Static libnotcurses_sys::RANDOM_ACCESS_MODE[][src]

pub static RANDOM_ACCESS_MODE: &str
Expand description

Intended to be passed into the CFile::open method. It will open the file in a way that will allow reading and writing, including overwriting old data. It will not create the file if it does not exist.