Skip to content
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

Rename and copy/move and more file metadata support. #328

Closed
abose opened this issue Sep 13, 2021 · 3 comments
Closed

Rename and copy/move and more file metadata support. #328

abose opened this issue Sep 13, 2021 · 3 comments

Comments

@abose
Copy link

abose commented 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.

@abose abose changed the title Rename and copy/move support. Rename and copy/move and more file metadata support. Sep 13, 2021
@mkruisselbrink
Copy link
Contributor

#101 tracks exposing more metadata, #64 and #65 track rename/move. I agree that these are all features that we should consider exposing.

@a-sully
Copy link
Collaborator

a-sully commented Mar 7, 2022

This issue has been porter to the new spec: whatwg/fs#12

@abose
Copy link
Author

abose commented Mar 8, 2022

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants