This commit is contained in:
2024-07-08 15:29:14 +02:00
parent 429958600e
commit 50e8bd9d10

View File

@@ -34,9 +34,12 @@ def main(check_list = list, main_folder_in = str):
# print(os.get_exec_path())
if __name__ == "__main__":
check_folders = ["Downloads", "Dokumente", "diokdkij"]
#show all Folders from dir
test = [os.path.join(".", o) for o in os.listdir(".") if os.path.isdir(os.path.join(".",o))]
print(test)
running_main = main(check_list=check_folders, main_folder_in=os.sep + "home" + os.sep + "jonnybravo")
for run in running_main:
with open("output_file", "a") as file: