|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.io.FileWriter
public class FileWriter
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 |
|---|
public init(string path)
path - Absolute path to the file| Method Detail |
|---|
public void append(string string)
string - The string to appendpublic void delete()
public string getPath()
private void setPath(string Path)
Pathpublic void write(string string)
string - The string to write
|
Transfer version 1.1 | ||||
| FRAMES | |||||