Function cfile::open [] [src]

pub fn open<P: AsRef<Path>>(path: P, mode: &str) -> Result<CFile>

opens the file whose name is the string pointed to by filename and associates a stream with it.

The argument mode points to a string beginning with one of the following sequences (Additional characters may follow these sequences.)

Modes

The mode string can also include the letter b either as last charac- ter or as a character between the characters in any of the two-character strings described above. This is strictly for compatibility with ISO/IEC 9899:1990 (ISO C90) and has no effect; the b is ignored.