In .wine/dosdevices I have links
d: -> /some_path
d:: -> /dev/some_device
How can I get the device name (/dev/some_device) in a Wine program for drive (letter) D: ? Is there an API-Call?
How to get device for drive letter?
Re: How to get device for drive letter?
Look at the output from 'mount' command.jbrown wrote:How can I get the device name (/dev/some_device) in a Wine program for drive (letter) D: ? Is there an API-Call?