我希望能够从配置文件部分读取文件的变量列表,并使用该列表中的键指向为每个文件定义属性的更多部分。文件的数量、名称和属性可以更改。有没有人看到任何这样做的方法或可以指出我正确的方向?
[paths]
file1=/some/path/
file2=/some/other/path
[file1]
key_specific_to_file_1=some_attribute_value
[file2]
key_specific_to_file_2=some_attribute_value2
[non-file-related-section]
some_key=some-other-value