list

abstract suspend fun list(dir: KmpFsRef, isRecursive: Boolean = false): Outcome<List<KmpFsRef>, KmpFsError>

Lists the contents of a directory

Parameters

dir

The directory to list

isRecursive

If true, each directory will be traversed recursively and return all descendants of the parent directory