#1
|
|||
|
|||
Current date minus some number of days
I'm trying to use the Copy Files action to move files from a folder to a backup location when those files are dated to be ([today's date] - [1 month]). What's the best way to accomplish that?
|
#2
|
|||
|
|||
31
in the 'Maximum modification date' field on the Attributes tab, or [DateAdd("m", -1, Now)] in the 'Minimum modification date' field. http://www.kinook.com/VisBuildPro/Ma...ionattrtab.htm |
#3
|
|||
|
|||
Thanks!
|
|
|