hdfs::native::hdfsMove [] [src]

pub unsafe extern fn hdfsMove(srcFS: *const hdfsFS, src: *const c_char, dstFS: *const hdfsFS, dst: *const c_char) -> c_int

Move file from one filesystem to another.

Params

Return

Returns 0 on success, -1 on error.