I need to create a task that find files in directory older 45 minutes and delete them.
How i can do this?
Find files in directory older 45 minutes
Find files in directory older 45 minutes
See two examples:
Age of file in hours
Age of file in minutes.tsk
These tasks do the loop on files in "c:\incoming" folder and calculate the age of file in hours and minutes.
You can delete files (or do something else) by using "If..Then" action.
Age of file in hours
Age of file in minutes.tsk
These tasks do the loop on files in "c:\incoming" folder and calculate the age of file in hours and minutes.
You can delete files (or do something else) by using "If..Then" action.
Find files in directory older 45 minutes
Thank you! This exactly that was needed.