ExtractFileDrive
Extract the drive part from a filename.
Declaration
Source position: finah.inc line 24
function ExtractFileDrive(const FileName: UNICODESTRING) : UNICODESTRING;
function ExtractFileDrive(const FileName: RAWBYTESTRING) : RAWBYTESTRING;
Description
Extracts the drive letter from a filename. Note that some operating systems do not support drive letters.
For an example, see ExtractFileDir .
See also
Name | Description |
---|---|
ExtractFileDir | Extract the drive and directory part of a filename. |
ExtractFileDrive | Extract the drive part from a filename. |
ExtractFileExt | Return the extension from a filename. |
ExtractFileName | Extract the filename part from a full path filename. |
ExtractFilePath | Extract the path from a filename. |
ExtractRelativePath | Extract a relative path from a filename, given a base directory. |