1 questions
I'm looking for a function to erase all the contents in the folderI looked it up, but os.rmdir() can only erase empty directories (although I can recursively call and create them myself).I want to kno...
© 2024 OneMinuteCode. All rights reserved.