[][src]Function rust_hdfs::hdfsChmod

pub unsafe extern "C" fn hdfsChmod(
    fs: hdfsFS,
    path: *const c_char,
    mode: c_short
) -> c_int

hdfsChmod @param fs The configured filesystem handle. @param path the path to the file or directory @param mode the bitmask to set it to @return 0 on success else -1