[][src]Function rust_hdfs::hdfsCopy

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

hdfsCopy - Copy file from one filesystem to another. @param srcFS The handle to source filesystem. @param src The path of source file. @param dstFS The handle to destination filesystem. @param dst The path of destination file. @return Returns 0 on success, -1 on error.