MakeFolder
Method
MakeFolder(strFolderName)
Parameters
strFolderName (String a fully qualified path name)
Returns
Boolean - Will be True if the folder was successfully created OR if the folder already exists
Example
If Not oUTILITIES.MakeFolder("C:\MyData") Then MsgBox "The Folder Does Not Exist"