![]() |
FlowFact - Entwicklungstools |
![]() |
Function | FileExists(ByVal strFile As String) As Boolean |
strFile: Pfadangabe mit Dateinamen der zu prüfenden Datei Public Function FileExists(ByVal strFile As String) As Boolean FileExists = m_oFso.FileExists(strFile) End Function |