I am writing a python script which deletes a file if it is present in a particular folder.
I want to be able to check if the file exists first, and if it exists I want to delete the file but if it doesn't exist I want to do nothing.
Anyone any ideas on this.