2010-11-25 18:28:05 +00:00
|
|
|
.TH WINEPATH 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
|
|
|
|
.SH NAME
|
|
|
|
winepath \- Tool to convert Unix paths to/from Win32 paths
|
|
|
|
.SH SYNOPSIS
|
2013-07-16 23:11:56 +00:00
|
|
|
.B winepath
|
|
|
|
.IR "option " { path }
|
2010-11-25 18:28:05 +00:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B winepath
|
2013-07-16 23:11:56 +00:00
|
|
|
is a tool to convert a Unix path to/from a Win32 (short/long) path
|
2010-11-25 18:28:05 +00:00
|
|
|
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
|
2013-07-16 23:11:56 +00:00
|
|
|
.IP \fB\-u\fR,\fB\ \-\-unix
|
2010-11-25 18:28:05 +00:00
|
|
|
converts a Windows path to a Unix path.
|
2013-07-16 23:11:56 +00:00
|
|
|
.IP \fB\-w\fR,\fB\ \-\-windows
|
2010-11-25 18:28:05 +00:00
|
|
|
converts a Unix path to a long Windows path.
|
2013-07-16 23:11:56 +00:00
|
|
|
.IP \fB\-l\fR,\fB\ \-\-long
|
2010-11-25 18:28:05 +00:00
|
|
|
converts the short Windows path of an existing file or directory to the long
|
|
|
|
format.
|
2013-07-16 23:11:56 +00:00
|
|
|
.IP \fB\-s\fR,\fB\ \-\-short
|
2010-11-25 18:28:05 +00:00
|
|
|
converts the long Windows path of an existing file or directory to the short
|
|
|
|
format.
|
2013-07-16 23:11:56 +00:00
|
|
|
.IP \fB\-0
|
2010-11-25 18:28:05 +00:00
|
|
|
separate output with \\0 character, instead of a newline.
|
2013-07-16 23:11:56 +00:00
|
|
|
.IP \fB\-h\fR,\fB\ \-\-help
|
2010-11-25 18:28:05 +00:00
|
|
|
shows winepath help message and exit.
|
2013-07-16 18:48:05 +00:00
|
|
|
.SH BUGS
|
|
|
|
Bugs can be reported on the
|
2017-11-30 18:57:19 +00:00
|
|
|
.UR https://bugs.winehq.org
|
2013-07-16 18:48:05 +00:00
|
|
|
.B Wine bug tracker
|
|
|
|
.UE .
|
|
|
|
.SH AVAILABILITY
|
|
|
|
.B winepath
|
|
|
|
is part of the Wine distribution, which is available through WineHQ,
|
|
|
|
the
|
2017-11-30 18:57:19 +00:00
|
|
|
.UR https://www.winehq.org/
|
2013-07-16 18:48:05 +00:00
|
|
|
.B Wine development headquarters
|
|
|
|
.UE .
|
2010-11-25 18:28:05 +00:00
|
|
|
.SH "SEE ALSO"
|
2013-07-16 18:48:05 +00:00
|
|
|
.BR wine (1),
|
|
|
|
.br
|
2017-11-30 18:57:19 +00:00
|
|
|
.UR https://www.winehq.org/help
|
2013-07-16 18:48:05 +00:00
|
|
|
.B Wine documentation and support
|
|
|
|
.UE .
|