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