UserManagerDirectoryExists Method
Check if a directory exists
Namespace: PCB_Investigator.Automation.UserManagerAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public Task<bool> DirectoryExists(
string path
)
Public Function DirectoryExists (
path As String
) As Task(Of Boolean)
public:
Task<bool>^ DirectoryExists(
String^ path
)
member DirectoryExists :
path : string -> Task<bool>
- path String
- Relative path starting from but not including /user/
TaskBooleanTrue if exists, false if not or if failed