[][src]Function wasi::wasi_snapshot_preview1::path_filestat_get

pub unsafe extern "C" fn path_filestat_get(
    fd: Fd,
    flags: Lookupflags,
    path_ptr: *const u8,
    path_len: usize,
    buf: *mut Filestat
) -> Errno

Return the attributes of a file or directory. Note: This is similar to stat in POSIX.