|
RAD Studio VCL Reference
|
Extracts the drive and directory parts from FileName.
function ExtractFileDir(const FileName: string): string; overload;
AnsiString ExtractFileDir(const AnsiString FileName);
The resulting string is a directory name suitable for passing to the CreateDir, GetCurrentDir, RemoveDir, and SetCurrentDir functions. This string is empty if FileName contains no drive and directory parts.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|