TaskFolderCollectionExists Method
Determines whether the specified folder exists.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public bool Exists(
string path
)
- path String
- The path of the folder.
Booleantrue if folder exists; otherwise, false.