move
Bases: FileOperation
Move files that match a patterns from source directory to target directory
Source code in file_operations/move.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |
Bases: FileOperation
Move files that match a patterns from source directory to target directory
file_operations/move.py9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |