-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
behavior of exists/isFile/isDir on mounts #70
Comments
A mount point like |
Ok, and if we change the structure to:
What should exists dirV1 and exists dirV1/dirV2 say now? |
sry, this is wrong. You can rename the parents in a unix fs, the mount path changes with moves. |
this is not about moving, that is the setup according to a possible configuration |
exists say |
What happens on touch('dirV1/fileA5') |
I would implicit make a mkdir to dirV1, because we suggest that it is a real directory, even it is only virtual by the mount. |
Several use cases... example structure:
What happens when:
The text was updated successfully, but these errors were encountered: