Static cfile_rs::TRUNCATAE_RANDOM_ACCESS_MODE [] [src]

pub static TRUNCATAE_RANDOM_ACCESS_MODE: &'static str = "wb+"

A &'static str 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 create the file if it doesn't exist