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

FS.move and FS.rename #38

Closed
kriskowal opened this issue Jun 22, 2013 · 0 comments
Closed

FS.move and FS.rename #38

kriskowal opened this issue Jun 22, 2013 · 0 comments

Comments

@kriskowal
Copy link
Owner

We currently expose the low level system call rename(2) as move. This does not move over file systems. The current implementation should be renamed to rename and a move command created composing copyTree and removeTree, perhaps only if rename fails because of a device boundary.

Re montagejs/minit#42

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

1 participant