Easiest way to rm -rf in Python -


पायथन में rm -rf के बराबर करने का सबसे आसान तरीका क्या है?

  आयात शेल shutil.rmtree ("dir-you-want-to-remove")  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -