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