Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.st_RmDir Function
Deletes a folder
Syntax
Public Function st_RmDir (ByRef
sPath
As String) As Boolean
Parameters
Parameter
Description
ByRef
sPath
As String
The path to delete; returns True if the operation finished correctly
Remarks