Door Games Unlimited

Welcome, Guest.


Subject: Writing to a text file Date: Fri Feb 07 2014 11:39:30
From: Deuce To: Lab Rat

  Re: Writing to a text file
  By: Lab Rat to All on Thu Feb 06 2014 11:55 pm

 > var f = new File('test.txt');
 >     file.open('w');
 >         file.writeln('Line 1');
 >         file.writeln('Line 2');
 >     file.close();
 >
 > I've tried the file.open(file_exists(file.name) ? 'r+':'w+'); line
 > mentioned in the documentation and I just cannot get this to work.

Since you're not specifying a path, I think it goes in the ctrl directory.

---
http://DuckDuckGo.com/ a better search engine that respects your privacy.
 ■ Synchronet ■ My Brand-New BBS (All the cool SysOps run STOCK!)

Previous Message       Next Message
In Reply To: Writing to a text file (Lab Rat)
Replies: Writing to a text file (Lab Rat)