SAMPLES:
On the distribution disks in directory SAMPLES\COMMON there is a COMMON32.BAS. In the function, I believe it is named GetShort there is a reference to:
GetShortPathName LongPath, ShortPath, SIZEOF(ShortPath)
However, I am unable to find procedure GetShortPathName. Where is it?
FINDFIRSTFILE:
The Win32.INC lists functions FindFirstFile, FindNextFile, and FindClose. FindNextFile and FindClose require hFindFile as a parameter. Does FindFirstFile return hFindFile along with the file parameters?
------------------
On the distribution disks in directory SAMPLES\COMMON there is a COMMON32.BAS. In the function, I believe it is named GetShort there is a reference to:
GetShortPathName LongPath, ShortPath, SIZEOF(ShortPath)
However, I am unable to find procedure GetShortPathName. Where is it?
FINDFIRSTFILE:
The Win32.INC lists functions FindFirstFile, FindNextFile, and FindClose. FindNextFile and FindClose require hFindFile as a parameter. Does FindFirstFile return hFindFile along with the file parameters?
------------------
Comment