Skip to content

Sharibo-EPAM-BelSUT-Training/task07_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task07_2

Second part of seventh task in EPAM BelSUT Training.

I learned recursion, recursive file renaming. Program creates recursively a renamed folders (ADC_ + original name) in /out directory, changes contents of files and saves each file in the renamed subdirectory in /out (with _ADC_ in name of file). The program prints every renamed folder and every renamed file with hierarchical indent in console.

I have created a multithreaded version of this program, see: task07_2_alternative.