This function unlinks (deletes) files at the specified paths. It does not
remove directories. If the missing_ok
argument is set to FALSE, it checks
if the files exist before attempting to unlink them. Similar to Python's
pathlib.Path.unlink()
method.