1WINEPATH(1)                      Wine Programs                     WINEPATH(1)
2
3
4

NAME

6       winepath - Tool to convert Unix paths to/from Win32 paths
7

SYNOPSIS

9       winepath option {path}
10

DESCRIPTION

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
17       option is given the default output is Unix format.
18

OPTIONS

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
39       -v, --version
40              shows version information and exit.
41

SEE ALSO

43       wine(1)
44
45
46
47Wine 1.3.24                      November 2010                     WINEPATH(1)
Impressum