Method RemoveDirectoryAsync
- Namespace
- PowerSync.Common.Attachments
- Assembly
- PowerSync.Common.dll
RemoveDirectoryAsync(string)
Removes a directory and all its contents at the specified path.
Task RemoveDirectoryAsync(string path)
Parameters
pathstringThe full path to the directory.
Returns
- Task
A task that completes when the directory and its contents have been removed.