[Gambas-user] Problem with Open Write on a file
Benoit Minisini
gambas at ...1...
Wed Dec 7 00:37:20 CET 2005
On Tuesday 06 December 2005 22:17, Fabien Bodard wrote:
> Hi,
>
> I've a problen with that :
> PRIVATE SUB Save(sFile AS String, sData AS String)
>
> DIM oFile AS File
> oFile = OPEN sFile FOR WRITE
>
> PRINT #oFile, sData
>
> CLOSE #oFile
>
> END
>
> It say me access forbidden... but i've all the right
>
> It's the same for File.Save
>
> I've gambas 1.9.22 on kubuntu 5.1
>
> I'm I the only one with this problem ?
>
> Fabien
>
What is the value of sFile?
--
Benoit Minisini
More information about the User
mailing list