deleting a file

Bryan Olson fakeaddress at nowhere.org
Fri Jul 5 15:15:50 EDT 2002


Teja Sastry wrote:
> 
> 
> I want to delete a file in the current directory from inside a python 
> program. How do i go about doing it.

See: os.remove(path)


--Bryan




More information about the Python-list mailing list