function
library
Functions
-
copyDirRec(Dir dirIn, Dir dirOut, {bool isCopyFile = true, bool filter(String)?})
→ Stream<Log>
-
Recursively copying a file with its contents.
-
findDuplicates(List<Dir> dirs, {File? file, bool filter(File)?})
→ Stream<Log>
-
Stream the channel that transmits (FileLog),
where the first is the original file and second is a duplicate.
-
syncDir(Dir dir1, Dir dir2, {bool isCopyFile = true, bool filter(String)?})
→ Stream<Log>
-
Recursively copies the contents from the first directory
to another, and then in the same way but on the reverse.