Transfer version 1.1

transfer.com.io
Class FileWriter

WEB-INF.cftags.component
        extended by transfer.com.io.FileWriter

public class FileWriter
extends WEB-INF.cftags.component

A FileWriter


Constructor Summary
init(string path)
          Constructor
 
Method Summary
 void append(string string)
          Appends the text to the given file
 void delete()
          delete the file after you are done
 string getPath()
private void setPath(string Path)
 void write(string string)
          The string to write to the file
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(string path)
Constructor

Parameters:
path - Absolute path to the file
Method Detail

append

public void append(string string)
Appends the text to the given file

Parameters:
string - The string to append

delete

public void delete()
delete the file after you are done


getPath

public string getPath()


setPath

private void setPath(string Path)

Parameters:
Path

write

public void write(string string)
The string to write to the file

Parameters:
string - The string to write

Transfer version 1.1