Search notes:

System.IO.Directory - GetCurrentDirectory

The static method GetCurrentDirectory() returns the current directory as a string.
Note, in PowerShell, the value of GetCurrentDirectory() is not necessarily the same as that of $pwd.

Index