【发布时间】:2011-08-26 11:58:05
【问题描述】:
是否可以在当前操作系统上获取文件的 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 是我需要的函数。
【问题讨论】:
是否可以在当前操作系统上获取文件的 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 是我需要的函数。
【问题讨论】:
答案是winepath -w foofile
【讨论】: