
Changing Long Paths to Short Paths in a 16-bit App
On Wed, 20 Oct 1999 13:06:22 -0700, "Steve Shubin"
Quote:
>Is there any 16-bit API call to convert a long path (C:\Program
>Files\Microsoft Office\Office\Excel.exe) to the short path
>(C:\Progra~1\Micros~1\Office\Excel.exe)
>I also want to ask if anyone knows of a util that will watch API calls being
>called from an certain EXE?
>Thanks Much
>Steve Shubin
In 16-bit windows, there were no long file names, so the API
GetShortPathName I belive is the name, is only 32-bit.
Kyle