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.
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 itcreateDirectory
.