filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
617 stars 154 forks source link

Implement sh.mv() #122

Open humphd opened 10 years ago

humphd commented 10 years ago

We need an implementation of the mv command on FileSystemShell, with tests and docs in the README. It should work in similar ways to the unix mv command, and do the right thing with files vs. dirs.

sedge commented 9 years ago

@modeswitch The mv utility will automatically overwrite files during the move unless told not to. Do we want to keep this for our version?

modeswitch commented 9 years ago

@sedge Yes, that sounds reasonable.