Re: cygwin -> mswindows pathname conversion under cygwin perl?
Rick Rankin <[email protected]>
| Newsgroups | gmane.emacs.xemacs.windows |
|---|---|
| Message-ID | <[email protected]> |
Ben, Just use chomp($winPath = `cygpath -w $unixPath`); 'cygpath --help' will give you all the options. --Rick --- Ben Wing <[email protected]> wrote: > andy [or someone else], is there a way to convert pathnames to mswindows > format > in a cygwin perl script? > > thanks. > > ben > >