UserManagerDeleteDirectory Method
Delete a directory
Namespace: PCB_Investigator.Automation.UserManagerAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public Task<bool> DeleteDirectory(
string path,
bool recursive
)
Public Function DeleteDirectory (
path As String,
recursive As Boolean
) As Task(Of Boolean)
public:
Task<bool>^ DeleteDirectory(
String^ path,
bool recursive
)
member DeleteDirectory :
path : string *
recursive : bool -> Task<bool>
- 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
TaskBooleanIf delete was successful