aputerguy wrote:
> In particular, I can't use "mount -p" to distinguish between prefixes that
> might have (variable) number of trailing spaces (which is allowed).

I believe that you want to use the cygpath program if you want to
convert POSIX paths to Windows paths reliably.  Assuming the default
cygdrive prefix is in use:

$ cygpath -w /cygdrive/c/an/example/posix/path
C:\an\example\posix\path

I'm at a Linux system right now, so I typed that from what I remember.
It should be pretty close though.

-Jeremy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to