We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
A move function would be helpful, and as far as I can see, also pretty easy to write.
I'm not so sure about a rename function—possibly a function which behaves pretty much the same as the move function, but doesn't change the directory?
fs.move('dir/file.js', 'dir/different-name.js'); // dir/different-name.js fs.rename('dir/file.js', 'different-name.js'); // dir/different-name.js
Could be confusing though. Might be best just to stick to one function.
The text was updated successfully, but these errors were encountered:
Yeah, let's stick to a single function for now. I'd keep move as that's the terminal way of doing it.
move
PR welcome!
Sorry, something went wrong.
implemented by #17
No branches or pull requests
A move function would be helpful, and as far as I can see, also pretty easy to write.
I'm not so sure about a rename function—possibly a function which behaves pretty much the same as the move function, but doesn't change the directory?
Could be confusing though. Might be best just to stick to one function.
The text was updated successfully, but these errors were encountered: