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

nando nando_f at ...951...
Tue Dec 6 22:24:35 CET 2005


Unix Permissions...!


---------- Original Message -----------
From: Fabien Bodard <gambasfr at ...11...>
To: gambas-user at lists.sourceforge.net
Sent: Tue, 6 Dec 2005 22:17:31 +0100
Subject: [Gambas-user] Problem with Open Write on a file

> 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
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
> files for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------





More information about the User mailing list