Question: Write a recursive program in python language that adds up the total size of all files in the current directory/folder and all sub-folders in bytes.
Write a recursive program in python language that adds up the total size of all files in the current directory/folder and all sub-folders in bytes. Do NOT use os.walk() and find an alternative.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
