[][src]Function rust_hdfs::hdfsCreateDirectory

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

hdfsCreateDirectory - Make the given file and all non-existent parents into directories. @param fs The configured filesystem handle. @param path The path of the directory. @return Returns 0 on success, -1 on error.