Saturday, September 3, 2022

Delete All Files in a Directory; UiPath; RPA; VB.NET

 Array.ForEach(Directory.GetFiles(path),Sub(x) File.Delete(x))



https://forum.uipath.com/t/how-to-delete-the-all-the-files-in-a-folder-in-one-line/78338/5

No comments: