![]() |
FlowFact - Entwicklungstools |
![]() |
Sub | CopyFolder(ByVal strSource As String, ByVal strDest As String, Optional ByVal bolOverwrite As Boolean) |
strSource: Zu kopierender Ordner strDest: Ziel des Kopiervorgangs mit Ordnername bolOverwrite: vorhandenen Ordner überschreiben (Optional) Public Sub CopyFolder(ByVal strSource As String, ByVal strDest As String, Optional ByVal bolOverwrite As Boolean) m_oFso.CopyFolder strSource, strDest, bolOverwrite End Sub |