hdfs::native::hdfsCreateDirectory [] [src]

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

Make the given file and all non-existent parents into directories.

Params

Return

Returns 0 on success, -1 on error.