
FileDate Mover is a program that moves files from one directory to directory tree based on file date. If you have a file that have a date 2006.12.24 then it makes directory called 2006/12/filename.ext.
This program runs through a directory and moves all the files to date-based-directory-tree.
You can edit the i18n.ini file to change the settings.
rprog = datemove.exe -d
If you remove -d, then it moves the files from this month too. But if you use -d, it will ignore files that where made this month.
In the zip file you find these files:
- i18n.ini settings file.
- datemove.exe CMD based version of this program. Run datemove in cmd for usage options.
- datemoveX.exe Gui-based version of this program.
- src\ Directory containing the sourcefile in php.
datemove.zip