![]() |
FlowFact - Entwicklungstools |
![]() |
Function | CreateFolder(ByVal strPath As String) As Folder |
strPath: Pfadangabe des zu erstellenden Ordners Rückgabe: Ein Objekt vom Typ Folder Public Function CreateFolder(ByVal strPath As String) As Folder Set CreateFolder = m_oFso.CreateFolder(strPath) End Function |