You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename, copy and move are some of the basic functions on a file system. Since we already have permissions on read-write APIs, this is a limiting omission.
Use case: I am part of the phoenix Editor open-source project to build browser native editors. Phoenix is still in very alpha and we were integrating fs access APIs. But not having rename and move/copy options brings in file metadata(date, access) changes that are not intended with a simple rename.
Also, it would help if we have more file metadata access like atime, ctime and mtime when available for folders as well.
Thanks,
Arun.
The text was updated successfully, but these errors were encountered:
abose
changed the title
Rename and copy/move support.
Rename and copy/move and more file metadata support.
Sep 13, 2021
Hi,
Rename, copy and move are some of the basic functions on a file system. Since we already have permissions on read-write APIs, this is a limiting omission.
Use case: I am part of the phoenix Editor open-source project to build browser native editors. Phoenix is still in very alpha and we were integrating fs access APIs. But not having rename and move/copy options brings in file metadata(date, access) changes that are not intended with a simple rename.
Also, it would help if we have more file metadata access like atime, ctime and mtime when available for folders as well.
Thanks,
Arun.
The text was updated successfully, but these errors were encountered: