Function arceos_api::fs::ax_remove_dir
source · pub fn ax_remove_dir(path: &str) -> AxResultAvailable on crate feature
fs only.Expand description
Removes an empty directory.
If the directory is not empty, it will return an error.