Last Update: 2023-03-13 18:45 Created at: 2023-03-13 18:45 RSS
configparser.d read(string[] filenames)

Status
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.

2023-03-13
18:45 Create New Ticket(#51457): configparser.d read(string[] filenames) (nemophila)