MyUtilityExtensionDirectoryCopyRecursivelySync extension
- on
Methods
-
copyRecursivelySync(
Directory target, {bool followLinks = true, LinkFactory linkFactory = Link.new, FileFactory fileFactory = File.new, DirectoryFactory dirFactory = Directory.new, Context? pathContext}) → void -
Available on Directory, provided by the MyUtilityExtensionDirectoryCopyRecursivelySync extension
Copies all of the files in this directory totarget
.