I'm trying to find a method within Automize to delete files within a given directory that are older than X days. In trying to build a FileSet I don't see a way to filter the search to only get the files I want. I'm new to Automise so I could be going about it the wrong way. Any assistance in getting this done is appreciated. Thanks.
Hi Taro,
You can use the Filters in the FileSet Define action to only include files older than a certain date. You need to generate that date though, so for this you can use the Get DateTime action or script code.