Als "Dokumentation" bzw. Hilfe konnte ich nur das finden:
Zitat:
ExpandUNCFileName
Expand a relative filename to an absolute
UNC filename.
Declaration
Source position: finah.inc line 31
function ExpandUNCFileName(
const FileName: UnicodeString
):UnicodeString;
function ExpandUNCFileName(
const FileName: RawByteString
):RawByteString;
Description
ExpandUNCFileName runs ExpandFileName on FileName and then attempts to replace the drive letter by the name of a shared disk.
Errors
None.