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
.
pub fn ax_open_file(path: &str, opts: &AxOpenOptions) -> AxResult<AxFileHandle>
fs
only.Opens a file at the path relative to the current directory with the
options specified by opts
.