The folder structure is Year/Month/Day. For example, in 'C:\folder\2022\09' there are folders named 1 to 30 (because there are 30 days in august). Likewise, in the next days, a folder will be created every day, and its name will only be the number of that day, for example 'C:\folder\2022\09\19' for the file created today. When the 'sample.exe' that I want to create with c# is run, it will delete the folders created older than the last 7 days and will not touch the folders created in the last 7 days. How can I do that ?