ReiSixx9 New member Dec 7, 2016 1 0 0 Dec 7, 2016 #1 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?
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?
AceInfinity New member Jan 15, 2017 1 0 0 Jan 15, 2017 #2 Visual Studio doesn't have any periodic scheduler but you can do something custom off of Build Events in your project properties.
Visual Studio doesn't have any periodic scheduler but you can do something custom off of Build Events in your project properties.