FlatFileSeq::Open

Open a handle to the file at the given position.

Synopsis

Declared in <flatfile.h>

FILE*
Open(
    FlatFilePos const& pos,
    bool read_only = false) const;

Return Value

An open FILE handle, or nullptr on failure.

Parameters

NameDescription
posThe position to seek the returned handle to.
read_onlyWhether to open the file for reading only.