ayi <t>Just to offer the alternative to the Test-Path cmdlet (since nobody mentioned it):<br/> <br/> <br/> ```<br/> <br/> Does (almost) the same thing as <br/> <br/> ```<br/> Test-Path $path -PathType Leaf<br/> <br/> ```<br/> <br/> except no support for wildcard characters</t>