Skip to content

xxzj990/file_copy

 
 

Repository files navigation

pub package

Languages:

English Russian

Package features

  • copying files;
  • recursive copying of directories;
  • monitor the progress of copying.

Using

The CopyFile class contains methods:

  • copyFile - copies the file;
  • watchCopyFile - copies the file, returns the stream with the progress of copying the file, ends the stream when copying is completed;
  • copyDirectory - copies the directory recursively;
  • watchCopyDirectory - copies the directory, returns the stream with the progress of copying the file, ends the stream when copying is completed;
  • copyLink - copies the link.

About

Package for copy files and directories. Can track the progress of copying.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 100.0%