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

Add disk methods for copying and moving files between two disks. #39

Open
grantcopley opened this issue Jan 19, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@grantcopley
Copy link
Contributor

Currently, you can only copy or move files on the same disk.

@grantcopley grantcopley added the enhancement New feature or request label Jan 19, 2023
@lmajano
Copy link
Contributor

lmajano commented Jan 19, 2023

This is tricky, because what if the two disks are NOT file based? You would still have to call the appropriate methods on the disks

@lmajano
Copy link
Contributor

lmajano commented Jan 19, 2023

I would suggest building out the API here and scenarios

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

No branches or pull requests

2 participants