Table of Contents

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

path string

The full path to the directory.

Returns

Task

A task that completes when the directory and its contents have been removed.