hdfs::native::hdfsDelete [] [src]

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

Delete file.

Params

Return

Returns 0 on success, -1 on error.