When working with files in Python, there is often a requirement to be able to delete them – the files may be temporary and need to be cleaned up after the program has finished, or it may be that the python program is designed to search for and delete files in a particular location. This article goes through some examples of how you can delete files using Python. |
Printed at http://lxer.com/module/newswire/view/295385/index.html