You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old function only handled the default `/cygdrive` prefix. This
can be customized to different values: `/` and `/mnt` are both common.
`/proc/cygdrive` does the same thing, regardless of user customization.
`cygpath` handles all of these. There's also a C function if you'd
prefer to avoid the `fork()` call, which tends to be slow on Cygwin.
Edit: Fix the cyg2win32 function to have correct types.
It returned bytes earlier; this should return a string.
Edit: Fix docsrting to follow numpydoc.
0 commit comments