Overview

copy, move, rmtree, disk_usage.

Quick Example

  shutil.copy2(src, dst)
  

When to Use

Use this module when you need built-in support without adding third-party dependencies.

Common Tasks

See Also