[#FlatFileSeq-FileName] = xref:FlatFileSeq.adoc[FlatFileSeq]::FileName :relfileprefix: ../ :mrdocs: Get the name of the file at the given position. == Synopsis Declared in `<flatfile.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:fs/path.adoc[fs::path] FileName(xref:FlatFilePos.adoc[FlatFilePos] const& pos) const; ---- == Return Value The path of the file holding that position. == Parameters [cols="1,4"] |=== | Name| Description | *pos* | The position whose file name is requested. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#