[][src]Function rust_hdfs::hdfsRename

pub unsafe extern "C" fn hdfsRename(
    fs: hdfsFS,
    oldPath: *const c_char,
    newPath: *const c_char
) -> c_int

hdfsRename - Rename file. @param fs The configured filesystem handle. @param oldPath The path of the source file. @param newPath The path of the destination file. @return Returns 0 on success, -1 on error.