Hi everybody,
I was wondering if Bestsync allows to parametrize the destination folder. In my case, I want to change this folder based on the week day the task is run. Obviously, I can create 7 different tasks, one per week day, but maybe some substitution parameter in the destination folder can make this easier.
Thanks!
Destination folder parametrization?
Re: Destination folder parametrization?
You can add date format string to the folder name, so that the target folder will be changed by the date.
Here is the help about how to add the date string to the folder name.
http://www.risefly.com/help/TimeFormat.htm
To add the weekday to the folder, you can set the folder like the following:
TagetFolder\<Date:ddd>
Here is the help about how to add the date string to the folder name.
http://www.risefly.com/help/TimeFormat.htm
To add the weekday to the folder, you can set the folder like the following:
TagetFolder\<Date:ddd>
-
- Posts: 4
- Joined: Sun Dec 25, 2011 11:16 am
Re: Destination folder parametrization?
Thank you, is just what I wanted!