Name
|
Purpose
|
addToDownloads()
|
Adds the file to the temporary download area for this http session and returns the download-URL
|
append(text, [encoding])
|
Appends the content to the referenced file.
|
asString([encoding])
|
Returns the content of the referenced file as String
|
asXMLDocument([encoding])
|
Returns the content of the referenced file as DOM4J XML document.
|
copy(InputStream)
copy(WGDocument | TMLContext, attachmentname)
|
Copies filedata from an imput steam or content attachment to the file.
|
createZipStream()
|
Creates a ZipStream object to generate zip files.
|
file
|
Gets (or sets) the wrapped java.io.File object
|
listFiles([filter])
|
List all files in the referenced folder optional filtered by a filter function.
|
write(text | XMLDocument, [encoding])
|
Writes the given content to the file.
|