DirectoryExtension extension

Wrapper around dart:io's Directory class.

on

Methods

children_() Future<List<FileSystemEntity>>
Lists all the FileSystemEntitys present in the Directory.
create_() Future<void>
Creates the Directory.
list_({bool predicate(File)?}) Future<List<File>>
Recursively lists all the Files present in the Directory.