UserManagerDirectoryExists Method

Check if a directory exists

Definition

Namespace: PCB_Investigator.Automation.UserManager
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<bool> DirectoryExists(
	string path
)

Parameters

path  String
Relative path starting from but not including /user/

Return Value

TaskBoolean
True if exists, false if not or if failed

See Also