Function cfb::open_rw

source ·
pub fn open_rw<P: AsRef<Path>>(path: P) -> Result<CompoundFile<File>>
Expand description

Opens an existing compound file at the given path in read-write mode.