What's the easiest way to translate a Linux path into a path which can be passed as a param to a Windows program?
Example: /home/mophus/music -> \\?\unix\home\mophus\music
Path translation
Re: Path translation
Pretty sure the way to do it is map the location to a wine "drive". Or - at least - ONE way to make it work is to map a drive.
After that, (for the wine app) I'm pretty sure you use standard Win \ for diving further into subdirs. You might have to escape some characters to get things to work - especially spaces.
After that, (for the wine app) I'm pretty sure you use standard Win \ for diving further into subdirs. You might have to escape some characters to get things to work - especially spaces.