|
|
|
|
|
by seligman99
930 days ago
|
|
Along the same lines, in the Windows world: The current directory is managed with SetCurrentDirectory/GetCurrentDirectory, however the cmd.exe command-line shell also stores the current directory for each drive in an environment variable like "=C:", and the CRT and shell hides all environment variables that start with a "=". It gets mightily confused if these two concepts of current directory ever diverge. |
|