(Path : String) : Boolean;
Erstellt den angegebenen Pfad.
If PathExists('c:\temp\') = False Then Begin CreatePath('c:\temp\'); End;