Function libax::cbindings::ax_stat

source ·
#[no_mangle]
pub unsafe extern "C" fn ax_stat(
    path: *const c_char,
    buf: *mut stat
) -> isize
Available on crate features fs and cbindings only.
Expand description

Get the file metadata by path and write into buf.

Return 0 if success.