pyufunc.file_delete# pyufunc.file_delete(filename)# Remove a file from the filesystem. Parameters: filename (str) – The filename of the file to remove. Returns: None Example >>> from pyufunc import remove_file >>> remove_file("file.txt")