Unicode Controls & Classes for VB6 - Version 4

clsUniFile.st_MakePath Function

Creates a complete path (creates folders and subfolders); returns True if the path exists at the end of the execution

Syntax
Public Function st_MakePath (ByVal sAbsPath As String) As Boolean
Parameters
Parameter Description
ByVal sAbsPath As String The path to create
Remarks