delete-dictionary tag

1 questions


1 answers
93 views
0
I'm looking for a function to erase all the contents in the folder

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.