This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Tuesday, 21 September 2021
Python: rmtree: Delete a directory with content
To delete
a directory with content use the method ‘rmtree’ from shutil module.
No comments:
Post a Comment