Skip to main content

open

Function open 

Source
pub fn open(path: &Path) -> Result<EseHeader, EseError>
Expand description

Open an ESE database file and return the parsed header.

ยงErrors

Returns EseError if the file cannot be read or is not a valid ESE database.