utils/IOTools library
Classes
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