-
Notifications
You must be signed in to change notification settings - Fork 32
Function Folder
Chris Hunt edited this page May 23, 2016
·
1 revision
Test if a folder exists.
Test if a folder exists.
[Parameter(
Mandatory = $true,
Position = 2,
ParameterSetName = 'Set 1')]
[Parameter(
Mandatory = $true,
Position = 3,
ParameterSetName = 'Set 1')]
Exist
folder $env:ProgramData { should exist }
folder C:\badfolder { should not exist }
Getting Started
Contributing
Functions