I have a class library project and I created a configuration file

<configuration>
    <appSettings>
        <add key = "ImagesFolder" value = "/user/home/somefolder/" />
    </appSettings>
</configuration>

I was looking into the documentation but it's missing on how to use the 
AppSettingsReader class:

1 - how do I tell it which file to use?
2 - does it understand <appSettings> ?

I wonder if anyone out there has used it successfully. Thank you so much for 
your advice

Cos
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to