can any one tell me how to delete a entire folder
Use Invoke Code and write as below
My.Computer.FileSystem.DeleteDirectory("your folder to delete", FileIO.DeleteDirectoryOption.DeleteAllContents)
Hope this helps you
Thanks
2 Likes
Hi mate,
Can you share a Sample xaml file which describes how to delete folder.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.