[][src]Function rust_hdfs::hdfsExists

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

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.