-
Notifications
You must be signed in to change notification settings - Fork 65
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
Feature request: FileSystemHandle.move()
for directories
#413
Comments
P.S. I am asking this question, because I made a text editor with File System Access API: But it feels incomplete without supporting renaming files and directories. |
Directory moves were not feasible for a long time due to infrastructural inconsistencies that made it impossible to specify the behavior in a way that was compatible across browsers (see whatwg/fs#59). Those questions were recently addressed, though, so there's now at least a path to supporting directory moves in the future For now I'll turn this issue into a feature request to track interest for directory moves |
FileSystemHandle.move()
(outside of the OPFS) is behind a flag and is not supported for directories?FileSystemHandle.move()
for directories
This comment was marked as resolved.
This comment was marked as resolved.
note: directory moves are still not supported on Chromium browsers. Re-opening this issue to track this feature request |
It seems not less-secure then be able to delete and create files and directories.
Since we already can delete and create, why not move?
The text was updated successfully, but these errors were encountered: