Registriert seit: 1. Feb 2003
1.340 Beiträge
FreePascal / Lazarus
|
Re: Lange Pfade in Kurze (Tilded) "DOS" Pfade umwa
15. Dez 2005, 17:43
ok vielen dank
aus der delphi hilfe:
Delphi-Quellcode:
DWORD GetShortPathName(
LPCTSTR lpszLongPath, // points to a null-terminated path string
LPTSTR lpszShortPath, // points to a buffer to receive the null-terminated short form of the path
DWORD cchBuffer // specifies the size of the buffer pointed to by lpszShortPath
);
Das echte Leben ist was für Leute...
... die im Internet keine Freunde finden!
|