Defines the current directory.
#define INCL_DOSFILEMGR #include <os2.h> PSZ pszDir; /* Address of the directory path name. */ APIRET ulrc; /* Return Code. */ ulrc = DosSetCurrentDir(pszDir);