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

Name

Description

pos

The position whose file name is requested.

Created with MrDocs