logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

winepath - convert Unix paths to/from Win32 paths

Availability

winepath is part of the Wine distribution,  which  is  available  through  WineHQ,  the  Winedevelopmentheadquarters.

Bugs

       Bugs can be reported on the Winebugtracker.

Description

winepath is a tool to convert a Unix path to/from a Win32 (short/long) path 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.

Name

       winepath - convert Unix paths to/from Win32 paths

Options

-u, --unix
              converts a Windows path to a Unix path.

       -w, --windows
              converts a Unix path to a long Windows path.

       -l, --long
              converts the short Windows path of an existing file or directory to the long format.

       -s, --short
              converts the long Windows path of an existing file or directory to the short format.

       -0     separate output with \0 character, instead of a newline.

       -h, --help
              shows winepath help message and exit.

See Also

wine(1),
       Winedocumentationandsupport.

Wine 10.0                                         November 2010                                      WINEPATH(1)

Synopsis

winepathoption {path}

See Also