Skip to content

0.2

Compare
Choose a tag to compare
@omarkohl omarkohl released this 02 Sep 19:50
· 58 commits to master since this release
  • Support for directories
  • Option 'keep_top_dir' to keep the top level directory (instead of only
    copying its content). Possible values are: True, False (default)
  • Option 'on_duplicate' to specify what to do when duplicate files or
    directories are encountered. Possible values are: 'exception' (default),
    'ignore', 'overwrite'