UserManagerDeleteFiles Method
Delete multiple files
Namespace: PCB_Investigator.Automation.UserManagerAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public Task<bool> DeleteFiles(
IEnumerable<string> paths
)
Public Function DeleteFiles (
paths As IEnumerable(Of String)
) As Task(Of Boolean)
public:
Task<bool>^ DeleteFiles(
IEnumerable<String^>^ paths
)
member DeleteFiles :
paths : IEnumerable<string> -> Task<bool>
- paths IEnumerableString
- Relative path starting from but not including /user/
TaskBooleanIf delete was successful