All Things Ubuntu Library Wiki
Ubuntu dedicated Object Pascal libraries
Brought to you by:
krisjacewicz
This function loads a directory path and if it does not exist attempts to creates it even if it needs to create multiple levels of the path.
Function BuildPath(APath: string): Boolean;
Returns true if the path either exists or if it was succesfully built. Otherwise returns false.