fn builtin_file_append(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
file.append — append contents of one file to another.
@param file1 destination file @param file2 source file @return logical scalar @namespace base