ccrma / webchuck

ChucK on the Web
https://chuck.stanford.edu/webchuck
MIT License
44 stars 8 forks source link

Create directory. #44

Closed qlambert-pro closed 2 months ago

qlambert-pro commented 2 months ago

It is currently not possible to create directories in the virtual file system, this PR tries to address this issue.

In its current state, it shouldn't be merged as it requires work on the chuck side of things, which this other PR is for.

I welcome any feedback in particular with regards to the naming of the method. createPath, which is what the underlying method is called, seemed confusing to me, therefore I called it createDirectory.