Skip to main content

builtin_file_create

Function builtin_file_create 

Source
fn builtin_file_create(
    args: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Create empty files at the given paths.

@param … character scalars: file paths to create @return logical vector: TRUE for each file successfully created