pub fn create<P: AsRef<Path>>(path: P) -> Result<CompoundFile<File>>
Expand description
Creates a new compound file with no contents at the given path.
The returned CompoundFile
object will be both readable and writable. If
a file already exists at the given path, this will overwrite it.