I would like to cleanup all files from the storageFolder.RoamingFolder in winrt
I can delete individual files but . does not work any ideas on how to aproach this ?
I would like to cleanup all files from the storageFolder.RoamingFolder in winrt I can
Share
If deleting the contents of a folder is what you want to achieve a recursive method like this would work: