# FileWriter
Inherits from: RHObject
# Class Methods
# Inherited methods
# Destructor
function Void Destructor()
# Overrides:
Destructor
in class RHObject
# New
function Dynamic New(String filePath, String mode=File.AppendMode)
Create a new FileWriter. Once a file is opened it can be written to with the .write()
method. The file is automatically
closed once the frame is deallocated.
# Overrides:
New
in class RHObject
# Parameters
filePath
- The full path to the file. Any intermediate directories will be automatically created.mode
- The mode for writing. Either File.AppendMode or File.WriteMode.
# Returns
A frame if the file could be opened for writing. Undefined otherwise.
# NewSubclass
function Void NewSubclass()
# Instance Methods
# Property Methods
Property methods can be accessed with the valueForKey
method.
classidentifier classname clone elapsedtime errorassoc filepath hash identityhashcode iterator methods okassoc propertymethods reset serialize string
# Inherited methods
assert cacheMethod cacheValueForKey callSuper checkError class classIdentifier className clone deserialize dict endTrans hash identityHashCode isAccessorMethod isCached isInstanceOf isProperty isPropertyMethod iterator methods pluck prepareForReuse propertyMethods removeFromCache reset resetCache resetSubclass respondsTo serialize setCacheValueForKey setValueForKey setValueForKeyPath setValues startTrans string super valueForKey valueForKeyPath
# close
function Void close()
# elapsedTime
function Integer elapsedTime()
# filePath
function String filePath()
# flush
function Assoc flush()
# write
function Frame write(Dynamic t1=Undefined, Dynamic t2=Undefined, Dynamic t3=Undefined, Dynamic t4=Undefined, Dynamic t5=Undefined, Dynamic t6=Undefined, Dynamic t7=Undefined, Dynamic t8=Undefined, Dynamic t9=Undefined)