Einzelnen Beitrag anzeigen

Moombas
(Gast)

n/a Beiträge
 
#25

AW: Netzwerkordnerzugriff

  Alt 2. Okt 2019, 09:04
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.
  Mit Zitat antworten Zitat