| 888 | } |
| 889 | |
| 890 | fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true) |
| 891 | { |
| 892 | if (path.is_absolute()) { |
| 893 | return path; |
| 894 | } |
| 895 | return fs::absolute(path, GetDataDir(net_specific)); |
| 896 | } |
| 897 | |
| 898 | /** |
| 899 | * Initialize global loggers. |