Result of scanning an ORE directory for importable files.
More...
#include <scan_result.hpp>
|
|
std::filesystem::path | root |
| | Root directory that was scanned.
|
| |
|
std::vector< std::filesystem::path > | currency_files |
| | Currency configuration files (currencyconfig.xml).
|
| |
|
std::vector< std::filesystem::path > | portfolio_files |
| | Portfolio XML files (portfolio*.xml).
|
| |
|
std::vector< std::filesystem::path > | ignored_files |
| | Files that did not match any known category or were in excluded dirs.
|
| |
Result of scanning an ORE directory for importable files.