/
CreatePath
CreatePath
- Merve Yurdakul
Owned by Merve Yurdakul
Okt. 20, 2016
Loading data...
Parameter
(Path : String) : Boolean;
Beschreibung
Erstellt den angegebenen Pfad.
Beispiel
If PathExists('c:\temp\') = False Then Begin CreatePath('c:\temp\'); End;