pub fn dir_delete(path: &str) -> Result<EmptyStruct, FileError>
Delete an empty directory
Returns a FileError if the filesystem operation fails (e.g. path not found, permission denied, or an I/O error).
FileError