[Gambas-user] file

Rob sourceforge-raindog2 at ...94...
Thu Feb 5 07:47:07 CET 2004


On Thursday 05 February 2004 01:38, Rizky Tahara Shita wrote:
> open "./test.txt" for write as #hFile

open "./test.txt" for write create as #hFile

if you don't know for sure that it's not there, do 

try kill "./test.txt"

first just to make sure....

see 
http://www.binara.com/gambas-wiki/static/Gambas/GambasOPEN.html

Rob





More information about the User mailing list