1WINEPATH(1) Wine Programs WINEPATH(1)
2
3
4
6 winepath - Tool to convert Unix paths to/from Win32 paths
7
9 winepath option {path}
10
12 winepath is a tool to convert a Unix path to/from a Win32 (short/long)
13 path compatible with its Microsoft Windows counterpart.
14
15 If more than one option is given then the input paths are output in all
16 formats specified, in the order long, short, Unix, Windows. If no op‐
17 tion is given the default output is Unix format.
18
20 -u, --unix
21 converts a Windows path to a Unix path.
22
23 -w, --windows
24 converts a Unix path to a long Windows path.
25
26 -l, --long
27 converts the short Windows path of an existing file or directory
28 to the long format.
29
30 -s, --short
31 converts the long Windows path of an existing file or directory
32 to the short format.
33
34 -0 separate output with \0 character, instead of a newline.
35
36 -h, --help
37 shows winepath help message and exit.
38
40 Bugs can be reported on the Wine bug tracker ⟨https://bugs.winehq.org⟩.
41
43 winepath is part of the Wine distribution, which is available through
44 WineHQ, the Wine development headquarters ⟨https://www.winehq.org/⟩.
45
47 wine(1),
48 Wine documentation and support ⟨https://www.winehq.org/help⟩.
49
50
51
52Wine 8.19 November 2010 WINEPATH(1)