Rename
Unzip
If you have a frodo.com.zip, a new directory named "frodocom" will be
created and the files unzipped under that directory. This allows you to unzip a
bunch of zip files in a subdirectory all at once.
Move and Rename
Assume your root directory is frodo.com and the
contents of frodo.com are:
frodo.com
gondor
images
123.jpg
shire
images
456.jpg
If you select move and nothing else, the result
will be:
frodo.com
123.jpg
123.jpg
jibsLog_2013.05.26-07.13.43.txt
◆ All of the files have been moved to the root directory. If files have the same name, only the first file is moved. Empty directories are delted. A log file of what happend is created.
If you add rename with JIBS-# but
nothing else, the result will be:
frodo.com
JIBS-1.jpg
JIBS-2.jpg
jibsLog_2013.05.26-07.13.43.txt
◆ The files have been renamed sequentially. The # sign as been replaced with the next number.
If you add add directories to name ignoring
images and nothing else, the result will be:
frodo.com
gondor__JIBS-1.jpg
shire__JIBS-1.jpg
jibsLog_2013.05.26-07.13.43.txt
◆ The directory name has been added to the front. The counting for the # replacement restarts with each directory.
sadfasdf
If you add include root directory in name, the
result will be:
frodo.com
frodo.com_gondor__JIBS-1.jpg
frodo.com_shire__JIBS-1.jpg
jibsLog_2013.05.26-07.13.43.txt
◆ The root directory has been included in the name.