Page 1 of 1
Renaming Folders
Posted: Thu Jul 31, 2008 10:50 pm
by Diego
Hi. I want a rename folders with these format: Name - {Date}but when I insert a {Date} variable in the "New Folder Name" box, the task fail. Any suggestion?
Renaming Folders
Posted: Thu Jul 31, 2008 11:15 pm
by Oleg
Maybe the "Date" string contains prohibited symbols, like "/" or "\"
Windows doesn't allow these symbols in file names: \, /, :, |, <, >, ?, *, "
I recommend you to use the following construction instead of yours:
Name - {Year}{MonthNo}{Day}
or some similar
Renaming Folders
Posted: Tue Aug 05, 2008 11:33 pm
by Diego
Yes, thats right. Working. Thanks.