[Gambas-user] Problem with Open Write on a file

Fabien Bodard gambasfr at ...11...
Tue Dec 6 22:17:31 CET 2005


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






More information about the User mailing list