Summary: Easily find the current directory in Windows PowerShell.
How can I return a path object that contains information about the current working directory in Windows PowerShell?
Use the $pwd automatic variable:
PS C:\> $pwd
Summary: Easily find the current directory in Windows PowerShell.
How can I return a path object that contains information about the current working directory in Windows PowerShell?
Use the $pwd automatic variable:
PS C:\> $pwd