Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 346 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 346 Bytes

Tasks_automation

Directory name changer - changes names with the given structure:

  1. Main_dir
    • Dir
      • Rev_A
    • Dir2
      • Rev_A

to:

  1. Main_dir
    • Dir
      • Rev_B
    • Dir2
      • Rev_B

User give the program the old name (Rev_A), the new name (Rev_B) and the directory path(to Main_dir).