Calling DosQueryCurrentDir returns the full path name of the current directory for the specified drive. The string does not begin with a back slash (\) and it ends with a byte containing 00H, the NULL character.
To change the current directory, call DosQueryCurrentDir with the path name of the directory you want to make the current directory.