abfGetInputFile()

Returns the path of the input file given to the reader.

Syntax

std::stringabfGetInputFile();

Return Value

The name of the input file passed to the reader in the command line.

Example

std::string input = abfGetInputFile();