Re: [Gambas-user] settings.read()

2008-10-15 Thread Benoit Minisini
On mercredi 15 octobre 2008, [EMAIL PROTECTED] wrote: > Am Mittwoch, 15. Oktober 2008 00:36:10 schrieb Benoit Minisini: > > On mardi 14 octobre 2008, [EMAIL PROTECTED] wrote: > > > Dear List, > > > > > > I want to read a settings file, which is not located in the standard > > > directory (User.Home

Re: [Gambas-user] settings.read()

2008-10-15 Thread gambas
Am Mittwoch, 15. Oktober 2008 00:36:10 schrieb Benoit Minisini: > On mardi 14 octobre 2008, [EMAIL PROTECTED] wrote: > > Dear List, > > > > I want to read a settings file, which is not located in the standard > > directory (User.Home &/ ".config/gambas" &/ Application.Name & ".conf"). > > Is "Seeti

Re: [Gambas-user] settings.read()

2008-10-14 Thread Benoit Minisini
On mardi 14 octobre 2008, [EMAIL PROTECTED] wrote: > Dear List, > > I want to read a settings file, which is not located in the standard > directory (User.Home &/ ".config/gambas" &/ Application.Name & ".conf"). > Is "Seetings.Read" the right solution for this purpose? When yes, can > anybody give

[Gambas-user] settings.read()

2008-10-14 Thread gambas
Dear List, I want to read a settings file, which is not located in the standard directory (User.Home &/ ".config/gambas" &/ Application.Name & ".conf"). Is "Seetings.Read" the right solution for this purpose? When yes, can anybody give me an example in form of a code snipplet, please? TIA Stev