We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using the Remove-BISFFolderAndContents function, but when the folder isn't there, I get an error message saying the path is invalid.
Remove-BISFFolderAndContents
Before the Get-ChildItem function, a check if the folder exists and if not, return without error.
Get-ChildItem
Test in the script whether the folder exists
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
I'm using the
Remove-BISFFolderAndContents
function, but when the folder isn't there, I get an error message saying the path is invalid.Describe the solution you'd like
Before the
Get-ChildItem
function, a check if the folder exists and if not, return without error.Describe alternatives you've considered
Test in the script whether the folder exists
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: