Skip to content

Allow moving files to sub-directories

Compare
Choose a tag to compare
@laurent22 laurent22 released this 11 Oct 12:41
· 39 commits to master since this release

This release allows moving files to sub-directories by adding a directory before a filename. For example, this

one.txt
two.txt
three.txt

renamed to this:

a/one.txt
a/two.txt
b/three.txt

will move the files "one.txt" and "two.txt" to the directory "a", and "three.txt" to the "b". If any of these directories do not exist they will be automatically created.