/
CreatePath

CreatePath

Parameter

(Path : String) : Boolean;

Beschreibung

Erstellt den angegebenen Pfad.

Beispiel

If PathExists('c:\temp\') = False Then
Begin
  CreatePath('c:\temp\');
End;

Related content

ChDir
More like this
ccPortalApplication.TempRootPath
ccPortalApplication.TempRootPath
More like this
GetPathList
More like this
GetPathList
More like this
GetPathList
More like this
Raise
More like this