qcap/tests: Add media tests for the SmartTee filter.
[wine/multimedia.git] / programs / winepath / winepath.man.in
blob5fc5012a0a6b203231becd178950a61d61ad9600
1 .TH WINEPATH 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
2 .SH NAME
3 winepath \- Tool to convert Unix paths to/from Win32 paths
4 .SH SYNOPSIS
5 .B winepath
6 .IR "option " { path }
7 .SH DESCRIPTION
8 .B winepath
9 is a tool to convert a Unix path to/from a Win32 (short/long) path
10 compatible with its Microsoft Windows counterpart.
12 If more than one option is given then the input paths are output in
13 all formats specified, in the order long, short, Unix, Windows.
14 If no option is given the default output is Unix format.
15 .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 converts the short Windows path of an existing file or directory to the long
22 format.
23 .IP \fB\-s\fR,\fB\ \-\-short
24 converts the long Windows path of an existing file or directory to the short
25 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 .IP \fB\-v\fR,\fB\ \-\-version
31 shows version information and exit.
32 .SH BUGS
33 Bugs can be reported on the
34 .UR http://bugs.winehq.org
35 .B Wine bug tracker
36 .UE .
37 .SH AVAILABILITY
38 .B winepath
39 is part of the Wine distribution, which is available through WineHQ,
40 the
41 .UR http://www.winehq.org/
42 .B Wine development headquarters
43 .UE .
44 .SH "SEE ALSO"
45 .BR wine (1),
46 .br
47 .UR http://www.winehq.org/help
48 .B Wine documentation and support
49 .UE .