Skip to content
#

deleting-files-using-python

Here is 1 public repository matching this topic...

Python os module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path module, and if you want to read all the lines in all the files on the command line see the fileinput module.

  • Updated Dec 29, 2022
  • Python

Improve this page

Add a description, image, and links to the deleting-files-using-python topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the deleting-files-using-python topic, visit your repo's landing page and select "manage topics."

Learn more