I want to add a command to my Visual Studio build that will make it automatically delete files from a certain folder at a set interval. How do I do this?
Will this event just run after the build is done running?
Here is my build. I want it to automatically delete the screenshots after they are sent through the email (or at a set period of time that gives the build enough time to send the files).