utils/IOTools library

Classes

FileInfo
FileInformationCache
PathHelper

Functions

getDirectorySize(String path, {bool recursive = false, bool cacheSize = false, bool verbose = false}) Future<int>
getFileSize(String path, {bool cacheSize = false, bool verbose = false}) Future<int>
prnt(String text) Future<void>
tail(File file) Stream<List<int>>
tailAndPrint(File file) → void
trunc(String input) String