fn builtin_file_remove(
args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Delete files at the given paths.
@param … character scalars: file paths to remove @return logical vector: TRUE for each file successfully removed