windowscodecs: Add wrapper functions for IWICImagingFactory methods.
[wine/multimedia.git] / programs / winepath / winepath.man.in
blobc27b7ee6fca6b9d9d8d1adc1589d4b79a8de541d
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 .BR "winepath "\fIoption\fR " \fI{path}\fR"
6 .SH DESCRIPTION
7 .B winepath
8 is a tool to convert a Unix path to/from a Win32 (short/long) path.
9 compatible with its Microsoft Windows counterpart.
11 If more than one option is given then the input paths are output in
12 all formats specified, in the order long, short, Unix, Windows.
13 If no option is given the default output is Unix format.
14 .SH OPTIONS
15 .IP \-u,\ \-\-unix
16 converts a Windows path to a Unix path.
17 .IP \-w,\ \\-\-windows
18 converts a Unix path to a long Windows path.
19 .IP \-l,\ \\-\-long
20 converts the short Windows path of an existing file or directory to the long
21 format.
22 .IP \-s,\ \\-\-short
23 converts the long Windows path of an existing file or directory to the short
24 format.
25 .IP \-0
26 separate output with \\0 character, instead of a newline.
27 .IP \-h,\ \\-\-help
28 shows winepath help message and exit.
29 .IP \-v,\ \\-\-version
30 shows version information and exit.
31 .SH "SEE ALSO"
32 .BR wine (1)