Skip to main content

builtin_file_path

Function builtin_file_path 

Source
fn builtin_file_path(
    args: &[RValue],
    named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Construct a platform-independent file path from components.

@param … character scalars: path components to join @param fsep character scalar: path separator (default “/”) @return character scalar containing the joined path