Static cfile_rs::APPEND_READ [] [src]

pub static APPEND_READ: &'static str = "a+"

A &'static str to be passed into the CFile::open method. It will allow data to be appended to the end of the file, and data to be read from the file. It will create the file if it doesn't exist.