winepath.man.in 1.37 KB
Newer Older
1 2 3 4
.TH WINEPATH 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
winepath \- Tool to convert Unix paths to/from Win32 paths
.SH SYNOPSIS
5 6
.B winepath
.IR "option " { path }
7 8
.SH DESCRIPTION
.B winepath
9
is a tool to convert a Unix path to/from a Win32 (short/long) path
10 11 12 13 14 15
compatible with its Microsoft Windows counterpart.

If more than one option is given then the input paths are output in
all formats specified, in the order long, short, Unix, Windows.
If no option is given the default output is Unix format.
.SH OPTIONS
16
.IP \fB\-u\fR,\fB\ \-\-unix
17
converts a Windows path to a Unix path.
18
.IP \fB\-w\fR,\fB\ \-\-windows
19
converts a Unix path to a long Windows path.
20
.IP \fB\-l\fR,\fB\ \-\-long
21 22
converts the short Windows path of an existing file or directory to the long
format.
23
.IP \fB\-s\fR,\fB\ \-\-short
24 25
converts the long Windows path of an existing file or directory to the short
format.
26
.IP \fB\-0
27
separate output with \\0 character, instead of a newline.
28
.IP \fB\-h\fR,\fB\ \-\-help
29
shows winepath help message and exit.
30 31
.SH BUGS
Bugs can be reported on the
32
.UR https://bugs.winehq.org
33 34 35 36 37 38
.B Wine bug tracker
.UE .
.SH AVAILABILITY
.B winepath
is part of the Wine distribution, which is available through WineHQ,
the
39
.UR https://www.winehq.org/
40 41
.B Wine development headquarters
.UE .
42
.SH "SEE ALSO"
43 44
.BR wine (1),
.br
45
.UR https://www.winehq.org/help
46 47
.B Wine documentation and support
.UE .