Priority |
|
Milestone |
It'd be nice to have an overload which matches the python read method. It takes a list of filenames and attempts to parse them all, returning a list containing the successfully parsed filenames. This allows programs to specify, say, a list of configuration files in different locations to parse.
Filenames should be parsed in the order provided to the function.