Forum Discussion

Mark1's avatar
Mark1
Contributor
5 years ago
Solved

Deleting A Folder but getting an error

I am writing a method which deletes a folder from the C drive and copies in a new folder of the same name.  This is my code:   Call aqFileSystem.DeleteFolder("C:\FolderName") Call aqFileSyst...