Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find Current Working Directory in PowerShell

$
0
0

Summary: Easily find your current working directory in Windows PowerShell.

Hey, Scripting Guy! Question 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.

Hey, Scripting Guy! Answer Use the Convert-Path cmdlet and specify a period ( ). It displays a file system path to your
           current working directory:

Convert-Path.


Viewing all articles
Browse latest Browse all 3333

Trending Articles