pub unsafe extern "C" fn hdfsCreateDirectory(
fs: hdfsFS,
path: *const c_char,
) -> c_int
Expand description
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.