Powershell Test-Path
Determines whether all elements of a path exist.
Returns $true if all exist, or $false if any are missing.
Always returns $false on empty/whitespace string.
Used with LiteralPath or default Path.
Determines whether all elements of a path exist.
Returns $true if all exist, or $false if any are missing.
Always returns $false on empty/whitespace string.
Used with LiteralPath or default Path.