T
tuma
I have a win32 application that creates a directory in Users's Application
Data directory (Example: c:\users\<username>\Local Settings\Application
Data\MyFolder) and writing application specific data there. Thinks are
working fine. But when I use GetShortPathName to get the short path for the
above path, it fails with Access denied error. I need it to pass the short
path to other application which only understands the short path.
I don't understand why this API should throw Access denied when I ask short
path for the folder that I created from the same application.
Any workaround for this issue?
Data directory (Example: c:\users\<username>\Local Settings\Application
Data\MyFolder) and writing application specific data there. Thinks are
working fine. But when I use GetShortPathName to get the short path for the
above path, it fails with Access denied error. I need it to pass the short
path to other application which only understands the short path.
I don't understand why this API should throw Access denied when I ask short
path for the folder that I created from the same application.
Any workaround for this issue?