Skip to main content

R_ExpandFileName_unchecked

Function R_ExpandFileName_unchecked 

Source
unsafe extern "C-unwind" fn R_ExpandFileName_unchecked(
    s: *const c_char,
) -> *const c_char
Expand description

Expand a filename, resolving ~ and environment variables.

§Returns

Pointer to expanded path (in R’s internal buffer, do not free). Unchecked FFI binding for R_ExpandFileName. Generated from source location line 3515, column 8. Generated from source file miniextendr-api/src/ffi.rs.