On Tue, 2006-02-14 at 20:48 -0500, Glenn Martin wrote: > Im sorry if its there but ive looked for about an hour and i cant seem > to find where... is there an equivalent for GLib's (C Function) > "g_get_home_dir" in GTK/GLib#?
Is there something wrong with using System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal)? Especially when Environment.GetFolderPath uses g_get_home_dir() to determine the home directory... - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
