Dear Sir,
I have a problem. Can you please tell me how to get the DOS path. (when I get "program Files" it show give me the path as "PROGRA~1")
Thank you
Vinodh
Printable View
Dear Sir,
I have a problem. Can you please tell me how to get the DOS path. (when I get "program Files" it show give me the path as "PROGRA~1")
Thank you
Vinodh
That's it! First 6 char's, followed by ~1 (or ~2 or ~3) depending on the amount of files starting with those 6 chars. i.e. Program Files and Programs Temp would become Progra~1 and Progra~2.
Hi,
try using the API call GetShortPathName...
Want info on this, post again so I can get the reply...