Summary: Easily find your current working directory in Windows PowerShell.
I saved a file to my current working directory while I was working in the Windows PowerShell console,
but I am not sure how to find where the file is.
Use the Convert-Path cmdlet and specify a period ( . ). It displays a file system path to your
current working directory:
Convert-Path.