Deletes a file.
public static void delete( String path )
path
The path of the file to delete.
WinIOException thrown if an error occurs.
The file specified by the designated path is deleted. It is not an error if the specified file does not exist.