|
Prev: Freeware icon editor?
Next: Cursor MisBehavior
From: Jan Carlo on 18 Apr 2006 09:30 Hello to you. Does anyone know if it is possible to download a complete version of the FileIO Extra? Have a glittering day
From: Ned on 18 Apr 2006 10:54 ??? I never heard of a limited version ?:o/ what is missing in yours ? -- ----- Ned -----
From: openspark on 18 Apr 2006 11:05 The fileio xtra is part of the standard Director installation. In the Message window, try typing: put xtra("fileio").interface() Then press the RETURN key. If the fileio xtra is installed, you should see all its methods printed out.
From: JB on 18 Apr 2006 15:32 There's no separate auther/runtime versions of the xtra it's been unchanged for years.
From: openspark on 18 Apr 2006 16:26
These methods are new to the Director MX 2004 version of fileio: writeReturn object me, symbol platform -- Inserts #unix, #macintosh or #windows platform line return. setNewlineConversion object me, integer on -- turn on/off automatic conversion of newline characters (Mac Only) |