qc.hlp (Table of Contents; Topic list)
getcwd, _getdcwd
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <direct.h>, <errno.h>
 
  Syntax:    char *getcwd( char *buffer, int maxlen );
             char *_getdcwd( int drive, char *buffer, int maxlen );
 
  Returns:   a pointer to <buffer> if successful, or NULL if not.
             errno: ENOMEM, ERANGE
 
  See also:  chdir, _getdrive, mkdir, rmdir
                                    -♦-