Hi, yes there is an easy way to do that just follow the steps given below
1) Use the method Directory.GetFiles()
2) provide the path of the directory where your files are saved
3) the above will return an array of files, you can apply a for each loop and delete them all