winepath.man.in 1.4 KB

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