Aqualogic Interaction API  
 

IPTTempfile Members

IPTTempfile overview

Public Instance Methods

Create Allocates a zero sized temp file in the machine's PLUMTREE_TEMP directory
Delete Deletes the file and uninitializes this object.
GetDeleteWhenDone Returns an indication of whether the file will be removed when this object is destroyed.
GetFileExtension Returns the file extension of the temp file.
GetFileName Returns the temp file's name
GetFileSize Returns the current size of the created file
GetFullPath Returns the full path to the tempfile. If Create has not yet been called, getting FullPath will automatically call Init().
GetTempDirectory Returns the location where temp files get created
SetDeleteWhenDone Sets behavior determining whether the file will be removed when this object is destroyed.
SetFileExtension Sets the file extension of the temp file.
SetFileName Sets the temp file's name
SetTempDirectory Sets the location where temp files will get created

See Also

IPTTempfile Interface | com.plumtree.server Namespace