GetMappedFileName

Questions about Wine on Linux
Locked
fbvlad
Newbie
Newbie
Posts: 1
Joined: Mon Aug 21, 2023 5:24 am

GetMappedFileName

Post by fbvlad »

Hi All

In which form GetMappedFileName() returns file names under Wine ?

It is not exactly documented by MS but example and my own testing shows that it returned filenames as \DeviceName\VolumeName\path while same executable running by Wine returns \??\C:\path.
The problem is that I need to convert name into "usual" format (drive:\path) and I need a way to do it correctly under the Wine.

I'm a (mostly) Windows developer and never create SW especially for Wine. Probably my question is obvious for someone more experienced.

Regards,
Vlad
Locked