Type: lib.os.CopyFile
Namespace: lib.os
Description
Copy a file from source to destination path. files, copy, manage
Use cases:
- Create file backups
- Duplicate files for processing
- Copy files to new locations
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| source_path | str |
Source file path | `` |
| destination_path | str |
Destination file path | `` |
Metadata
Related Nodes
Browse other nodes in the lib.os namespace.