\device\harddiskvolume1\windows\..
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi, I want to convert the string '\device\harddiskvolume1\windows\..' to the path 'c:\windows\..' I get that string from the registry. I can replace the string '\device\harddiskvolume1' to c: '\device\harddiskvolume2' to d: etc. But I doubt there is a much better way using some API. Can anyone please help ? regards hari Hari Krishnan