FlatFileSeq::FileName

Get the name of the file at the given position.

Synopsis

Declared in <flatfile.h>

fs::path
FileName(FlatFilePos const& pos) const;

Return Value

The path of the file holding that position.

Parameters

NameDescription
posThe position whose file name is requested.