We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53503f1 + 3ed1abf commit 7d7355fCopy full SHA for 7d7355f
1 file changed
Examples/Example05.ps1
@@ -9,7 +9,7 @@
9
10
[CmdletBinding()]
11
param (
12
- [System.IO.DirectoryInfo] $Path = Get-Location,
+ [System.IO.DirectoryInfo] $Path = (Get-Location).Path,
13
[string] $Format = 'png'
14
)
15
0 commit comments