Closed Puv1s closed 6 years ago
the code uses shutil.rmtree
which deletes an entire directory
# Remove all the stuff we have created. if args.cleanup and os.path.exists(output): shutil.rmtree(output)
so if the files i'm using are in folder with other files, they get deleted too, at least put some warning that people should do it in subfolder...
Tried using the script for one apk someone edited for possible threads, i run the script with desktop as location for file output.... IT WIPED THE WHOLE DESKTOP, including all files i had there, school projects, everything.... I'm really thankful for loosing all my files...