Function fuc_engine::remove_file
source · Expand description
Removes a file or directory at this path, after removing all its contents.
This function does not follow symbolic links: it will simply remove the symbolic link itself.
Errors
Returns the underlying I/O errors that occurred.