Function hdfsExists

Source
pub unsafe extern "C" fn hdfsExists(
    fs: hdfsFS,
    path: *const c_char,
) -> c_int
Expand description

hdfsExists - Checks if a given path exsits on the filesystem @param fs The configured filesystem handle. @param path The path to look for @return Returns 0 on success, -1 on error.