Contents|Index|Previous|Next
 
cygwin_conv_to_full_win32_path
USAGE
extern "C" void cygwin_conv_to_full_win32_path (const char *path, char * win32_path);
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 be converted to an absolute path.


DESCRIPTION
 

win32_path must point to a buffer of sufficient size; use MAX_PATH if needed.

Top|Contents|Index|Previous|Next