io_helper library

Classes

Directory
A reference to a directory (or folder) on the file system.
DirectoryHelper
File
A reference to a file on the file system.
FileHelper
IOHelper
Platform
Information about the environment in which the current program is running.

Functions

printDirectoryTree(String path, {dynamic indent = '', bool isLast = true, String? separatorColor, String? fileColor, String? folderColor, bool withHiddenDirectories = false, bool withHiddenFiles = true}) Future<void>