Function nstd_fs::nstd_std_fs_remove_dir[][src]

pub unsafe extern "C" fn nstd_std_fs_remove_dir(
    name: *const c_char
) -> c_int
Expand description

Removes an empty directory. Parameters: const char *const name - The name of the directory. Returns: int errc - Nonzero on error.