Good morning, at some point I've been trying to create a python script to search sub directories from one folder to another for example:
root
-pasta1
--pastaa
--pastab
-pasta2
-pasta3
--pastac
--pastad
I've been unsuccessfully trying to get my python script to search the subdirectories of my root folder, and the folders "foldera, folderb, folderc, and pastad" are moved to a directory above the root directory. Any ideas?