Home
last modified time | relevance | path

Searched defs:file (Results 1 – 2 of 2) sorted by relevance

/NovaShell/src/
H A Denv.rs21 let mut file = File::create(Self::ENV_FILE_PATH).unwrap(); in init_envfile() localVariable
34 let mut file = File::open(Self::ENV_FILE_PATH).unwrap(); in read_env() localVariable
/NovaShell/src/shell/
H A Dmod.rs168 let mut file = OpenOptions::new() in write_commands() localVariable