Function arceos_api::fs::ax_open_dir
source · pub fn ax_open_dir(path: &str, opts: &AxOpenOptions) -> AxResult<AxDirHandle>
Available on crate feature
fs
only.Expand description
Opens a directory at the path relative to the current directory with
the options specified by opts
.