[Next] [Up] [Previous]
Next: Glob Up: Functions and procedures Previous: BaseName

DirName

   

Declaration:

Function DirName (Const Path : Pathstr) : Pathstr;

Description:

Returns the directory part of Path.

The directory is the part of Path before the last slash, or empty if there is no slash.

The last character of the result is not a slash, unless the directory is the root directory.

Errors:

None.

See also:

BaseName, FExpand, Dirname(1)



Michael Van Canneyt
Thu Dec 12 15:40:07 MET 1996