- The CD drive is M:
- CD stage folder i.e. CSIDL_CDBURN_AREA is C:\Documents and Settings
\UserName\Local Settings\Application Data\Microsoft\CD Burning.
My test program calls the GetSaveFileName api. Save file name dialog
is launched. I select M: drive and type in a file name e.g. abc.txt.
The save file dialog returns the file name as C:\Documents and Settings
\UserName\Local Settings\Application Data\Microsoft\CD Burning
\abc.txt.
What should I do so that GetSaveFileName returns file name as M:
\abc.txt?
Thanks,
Vishal