[Mono-list] 'g_get_home_dir' Equivlent

Jonathan Pryor jonpryor at vt.edu
Tue Feb 14 22:06:16 EST 2006


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




More information about the Mono-list mailing list