Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 550 Bytes

File metadata and controls

18 lines (13 loc) · 550 Bytes

Copy folder tree

This is to copy the folder tree

Using the utility

This CLI util can be used to copy the folder structure without files.

This module takes below parameters. --src: source folder (Example: 'c://folder1') --dest: destination folder (Example: 'c://folder2')

Usage example:

python copy_folder_tree.py --src 'c://folder1' --dest 'c://folder2'

Reference

Using shutil