Contents|Index|Previous|Next
cygwin_win32_to_posix_path_list
USAGE
extern "C" void cygwin_win32_to_posix_path_list(const char *win32, char *posix);
DESCRIPTION
Given a Win32 path-style string (that is, d:\;e:\bar), convert it to the equivalent POSIX path-style string (that is, /foo:/bar). POSIX must point to a sufficiently large buffer.
 
See also cygwin_win32_to_posix_path_list_buf_size.

Top|Contents|Index|Previous|Next