Public Function DeleteFolder(ByVal Foldername As String, Optional ByVal Recursive As Boolean = False) As Boolean
Deletes a folder from the file system.
Dim lFolderDeleted As Boolean = DeleteFolder("C:\Temp\MyFiles", True)
©2024 Blue Polar. All rights reserved.