makeDir

abstract suspend fun makeDir(path: String)

Creates a directory at the specified path.

Parameters

path

The path of the directory to create.

Throws

If an error occurs during the directory creation.

If the operation is cancelled.