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

Method to move a directory #65

Closed
petele opened this issue Jun 19, 2019 · 1 comment
Closed

Method to move a directory #65

petele opened this issue Jun 19, 2019 · 1 comment
Milestone

Comments

@petele
Copy link

petele commented Jun 19, 2019

Moving a folder requires a developer to recursively copy every item from the source folder to the destination folder, then delete the source version. Doing this recursively is easy enough, but developers may face challenges moving a folder if the size of the folder being moved exceeds the free disk space on the device.

This was previously supported with the moveTo() method.

@a-sully
Copy link
Collaborator

a-sully commented Mar 7, 2022

This issue has been ported to whatwg/fs#10

@a-sully a-sully closed this as completed Mar 7, 2022
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