Pascal Scripting: ExtractFilePath

Prototype:

function ExtractFilePath(const FileName: string): String;

Description:

Extracts the drive and directory parts of the given file name. The resulting string is the leftmost characters of FileName, up to and including the colon or backslash that separates the path information from the name and extension. The resulting string is empty if FileName contains no drive and directory parts.