os.unlink()
Description
Deletes a file.
Syntax
os.unlink(filename)
Parameters
unlink(filename)
filename
Pathname of the file to delete.
Return Value
Whether or not the deletion was successful.
Deletes a file.
os.unlink(filename)
unlink(filename)
Pathname of the file to delete.
Whether or not the deletion was successful.