Function riot_sys::vfs_rmdir

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

@brief Remove a directory from the file system

Only empty directories may be removed.

@param[in] name name of the directory to remove

@return 0 on success @return <0 on error