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