Hi all,
i need to delete all in a folder,in my folder there is a file xlsx ,a folder and a folder zip
How can i delete all?
i try to keep file with Directory.GetFiles(PathInput) in a foreach but it doesn’t work with folder
Could you help me?
Thanks
Vittoria