Shouldn't the .FileExists() method support wildcards?
Shouldn't the
Similar to in powershell to like
Its difficult to test if a wildcard is used, you'd have to test if a wildcard is in the string, then parse the directory from the path, the enumerate, then see if its greater then 1, i guess.
.FileExists()
method on the Session
object support wildcards?
Similar to in powershell to like
PS C:\> Test-Path C:\Wind* True