delfile Description: This function demonstrates the usage of the delfile API. Example: -- Delete a file delfile('somefile.txt') print("File deleted")