DirectoryExtension extension

Wrapper around dart:io's Directory class.

on

Methods

children_() Future<List<FileSystemEntity>>

Available on Directory, provided by the DirectoryExtension extension

Lists all the FileSystemEntitys present in the Directory.
create_() Future<void>

Available on Directory, provided by the DirectoryExtension extension

Creates the Directory.
list_({bool predicate(File)?}) Future<List<File>>

Available on Directory, provided by the DirectoryExtension extension

Recursively lists all the Files present in the Directory.