IPluginUserManagerProviderClearDirectory Method
Clears the directory of all files but does not delete the directory itself
Namespace: PCBI.Plugin.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
Task<TryResults<bool>> ClearDirectory(
string path,
bool recursive
)
Function ClearDirectory (
path As String,
recursive As Boolean
) As Task(Of TryResults(Of Boolean))
Task<TryResults<bool>^>^ ClearDirectory(
String^ path,
bool recursive
)
abstract ClearDirectory :
path : string *
recursive : bool -> Task<TryResults<bool>>
- path String
- relative path starting but not includign /user/
- recursive Boolean
- deeper than one level
TaskTryResultsBooleanTrue if it worked