We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ref: PowerShell/PowerShell#8080
Test-Path is being altered to accept null/empty string input. I believe the behaviour will be as follows:
$null
''
$false
The text was updated successfully, but these errors were encountered:
Test-Path
Fixed by #4036
Sorry, something went wrong.
adityapatwardhan
No branches or pull requests
Issue Details
Ref: PowerShell/PowerShell#8080
Test-Path is being altered to accept null/empty string input. I believe the behaviour will be as follows:
$null
input: write non-terminating error to error stream''
input: return$false
Version(s) of document impacted
Reason(s) for not selecting all version of documents
The text was updated successfully, but these errors were encountered: