Re: [Gambas-user] Path for open file write

2008-07-06 Thread Jeff Johnson
Pharm out...That is what I needed to know.. Thanks a bundle On Sunday 06 July 2008 15:21:36 Benoit Minisini wrote: > On dimanche 06 juillet 2008, Jeff Johnson wrote: > > My program also recreates html pages as the program runs, so am I correct > > in thinking that I will no

Re: [Gambas-user] Path for open file write

2008-07-06 Thread Jeff Johnson
July 2008 13:23:46 Benoit Minisini wrote: > On dimanche 06 juillet 2008, Jeff Johnson wrote: > > I know this has probably been replied to many times. > > > > This works > >hFile = OPEN "wxaprs.ini" FOR INPUT > > > > This works > >hFile = OP

[Gambas-user] Path for open file write

2008-07-05 Thread Jeff Johnson
I know this has probably been replied to many times. This works hFile = OPEN "wxaprs.ini" FOR INPUT This works hFile = OPEN "./wxaprs.ini" FOR INPUT This fails with access forbidden DIM hFile1 AS File hFile1 = OPEN "./wxaprs.ini" FOR OUTPUT CREATE This fails with access forbidden DIM hFi

[Gambas-user] Path for open file write

2008-07-05 Thread Jeff Johnson
I know this has probably been replied to many times. This works hFile = OPEN "wxaprs.ini" FOR INPUT This works hFile = OPEN "./wxaprs.ini" FOR INPUT This fails with access forbidden DIM hFile1 AS File hFile1 = OPEN "./wxaprs.ini" FOR OUTPUT CREATE This fails with access forbidden DIM hFi

[Gambas-user] FTPClient

2008-06-09 Thread Jeff Johnson
Does anyone know how to use this control? I am able to get it to login in, but putting a file is not working. Also, how am I to to a remote change directory. Any advice would be welcome. - Check out the new SourceForge.net