Q
qglyirnyfgfo
The documentation for “Directory.GetCurrentDirectory()” states:
Gets the current working directory of the application.
My problem is that I am not sure what that means.
1) What does the current directory represents?
2) I this value set by Windows when a process starts?
3) Is this value set once by Windows and never updated again unless I
manually update it?
Thanks.
Gets the current working directory of the application.
My problem is that I am not sure what that means.
1) What does the current directory represents?
2) I this value set by Windows when a process starts?
3) Is this value set once by Windows and never updated again unless I
manually update it?
Thanks.