Contents|Index|Previous|Next
cygwin_conv_to_posix_path
USAGE
extern "C" void cygwin_conv_to_posix_path (const char *path, char *posix_path);
DESCRIPTION
Converts a Win32 path to a POSIX path. If path is already a POSIX path, there is no change. If path is relative, then posix_path will also be relative.
posix_path must point to a buffer of sufficient size; use MAX_PATH if needed.

Top|Contents|Index|Previous|Next