hdfs::native::hdfsGetWorkingDirectory [] [src]

pub unsafe extern fn hdfsGetWorkingDirectory(fs: *const hdfsFS, buffer: *mut c_char, bufferSize: size_t) -> *mut c_char

Get the current working directory for the given filesystem.

Params

Return

Returns buffer, NULL on error.