resolve Directory
abstract suspend fun resolveDirectory(dir: KmpFsRef, name: String, create: Boolean = false): Outcome<KmpFsRef, KmpFsError>
Opens or creates a directory (if the create option is provided)
Parameters
dir
The directory to open/create the directory in
name
The directory's name
create
Creates the directory if it does not exist