hdfs::native::hdfsExists [] [src]

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

Checks if a given path exsits on the filesystem

Params

Return

Returns 0 on success, -1 on error.