Function arceos_api::fs::ax_remove_dir

source ·
pub fn ax_remove_dir(path: &str) -> AxResult
Available on crate feature fs only.
Expand description

Removes an empty directory.

If the directory is not empty, it will return an error.