[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Expand a relative filename to an absolute UNC filename.
Source position: finah.inc line 31
function ExpandUNCFileName( |
const FileName: UnicodeString |
):UnicodeString; |
const FileName: RawByteString |
ExpandUNCFileName runs ExpandFileName on FileName and then attempts to replace the drive letter by the name of a shared disk.
None.
|
Expand a relative filename to an absolute filename. |
|
|
Extract the filename part from a full path filename. |
|
|
Extract the path from a filename. |
|
|
Extract the drive and directory part of a filename. |
|
|
Extract the drive part from a filename. |
|
|
Return the extension from a filename. |
|
|
Extract a relative path from a filename, given a base directory. |