Renaming Folders

Discuss RoboTask here
Post Reply
Diego
Posts: 2
Joined: Thu Jul 31, 2008 10:44 pm

Renaming Folders

Post 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?
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Renaming Folders

Post 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

Last edited by Oleg on Tue Aug 26, 2008 9:36 am, edited 1 time in total.
Diego
Posts: 2
Joined: Thu Jul 31, 2008 10:44 pm

Renaming Folders

Post by Diego »

Yes, thats right. Working. Thanks.
Post Reply