I'm working on a project that need to return a list of all the leafs (files) in a Tree. I don't know how to start and I need some help :)
I need to create a program that return all the files and folders in a current folder that running a process (my_program.py), the results should contain the root folder, files, subfolders and subfolders.files etc....