On Tue, Jan 13, 2009 at 2:10 AM, rg1 <[email protected]> wrote: > > I'm not completely following - > > Is there no way to continue to use Registry.LocalMachine.OpenSubKey() > followed by a set of GetValue() calls? > > Even if I write a program to set the values -where are the values put? > What > file and what location is used? > > Because there is no "Registry" on Linux mono internally simulates a "Registry" by storing in and retrieving from XML the values (the xml files are stored in ~/.mono/registry/). This is an implementation detail as far as you are concerned and as Chris said you don't have to care about this and you should just go ahead and use the Registry API as usual.
-- Kind Regards, Ivan N. Zlatev
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
