[#FlatFileSeq-Open] = xref:FlatFileSeq.adoc[FlatFileSeq]::Open :relfileprefix: ../ :mrdocs: Open a handle to the file at the given position. == Synopsis Declared in `<flatfile.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FILE* Open( xref:FlatFilePos.adoc[FlatFilePos] const& pos, bool read_only = false) const; ---- == Return Value An open FILE handle, or nullptr on failure. == Parameters [cols="1,4"] |=== | Name| Description | *pos* | The position to seek the returned handle to. | *read_only* | Whether to open the file for reading only. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#