Mastodon
Programmierung

Get Short Pathname

[code lang=”delphi”]FName : String;

SetLength(FName, MAX_PATH+1);
GetShortPathName(PChar(SaveDialog1.Filename), PChar(FName), MAX_PATH);
SetLength(FName, StrLen(PChar(FName)));
[/code]

[tags]Delphi, File[/tags]

0 Kommentare zu “Get Short Pathname

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht.