Contents|Index|Previous|Next
cygwin_conv_to_full_posix_path
USAGE
extern "C" void cygwin_conv_to_full_posix_path (const char *path , char *posix_path);
DESCRIPTION
Converts a Win32 path to a POSIX path. If path is already a POSIX path, leaves it alone. If path is relative, then posix_path will be converted to an absolute path.
 
posix_path must point to a buffer of sufficient size; use MAX_PATH if needed.

Top|Contents|Index|Previous|Next