I want to read the following user section from app.config:
<StartupFolders> <Folders name="a"> <add folderType="Inst" path="c:\foo" /> <add folderType="Prof" path="C:\foo1" /> </Folders> <Folders name="b"> <add folderType="Inst" path="c:\foo" /> <add folderType="Prof" path="C:\foo1" /> </Folders> </StartupFolders>
I found this link , but it does not speak for several <Folders> tags. Please, help?
source share