本文介绍了获取文件的Wine路径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以将Wine路径获取到当前OS上的文件?
Is it possible to get the Wine path to a file on the current OS?
示例:
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
这篇关于获取文件的Wine路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!