rmDir

open suspend override fun rmDir(path: String)

Removes a directory at the specified path.

Parameters

path

The path of the directory to remove.

Throws

PowerSyncException

If an error occurs during the directory removal.

CancellationException

If the operation is cancelled.