makeDir

open suspend override fun makeDir(path: String)

Creates a directory at the specified path.

Parameters

path

The path of the directory to create.

Throws

PowerSyncException

If an error occurs during the directory creation.

CancellationException

If the operation is cancelled.