Skip to main content

builtin_file_copy

Function builtin_file_copy 

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

Copy a file from one path to another.

@param from character scalar: source file path @param to character scalar: destination file path @return logical scalar: TRUE on success