是否可以获取当前操作系统上某个文件的Wine路径?
示例:
wine-get-path ~/foo.txt # Outputs: Z:\\Users\Tyilo\foo.txt
wine-get-path ~/.wine/drive_c/windows/explorer.exe # Output: C:\\windows\\explorer.exe其中wine-get-path将是我需要的函数。
发布于 2011-08-26 20:05:00
答案是winepath -w foofile
https://stackoverflow.com/questions/7204313
复制相似问题