webchuck icon indicating copy to clipboard operation
webchuck copied to clipboard

Support automatic creation of directories when preloading files.

Open qlambert-pro opened this issue 1 year ago • 0 comments

The init method could parse the virtualFilename and create the necessary directories.

When giving the following as filenamesToPreload argument.

[{serverFilename: "./path/filename.wav", virtualFilename: "other/path/filename.wav"}]

The resulting file system would look like:

\
├─ other
│  ├─ path
│  │  ├─ filename.wav

qlambert-pro avatar Aug 09 '24 14:08 qlambert-pro