UserManagerDeleteDirectory Method

Delete a directory

Definition

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

Parameters

path  String
Relative path starting from but not including /user/
recursive  Boolean
If only the top level files (not directory) should be deleted or if the whole directory should be deleted

Return Value

TaskBoolean
If delete was successful

See Also