DownloadTempFileclass | webui.t[3369] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
class
DownloadTempFile : object
isReady
isWebTempFile
mimeType
resName
resPath
tempFileName
timeCreated
closeFile
construct
getFilename
isReady | webui.t[3415] |
isWebTempFile | webui.t[3418] |
mimeType | webui.t[3409] |
resName | webui.t[3405] |
resPath | webui.t[3406] |
tempFileName | webui.t[3402] |
timeCreated | webui.t[3412] |
closeFile ( ) | webui.t[3392] |
construct (res, mimeType) | webui.t[3370] |
getFilename ( ) | webui.t[3391] |
When the object is passed to one of the File.open methods, or to saveGame(), setScriptFile(), etc., the system will call our getFilename() method to determine the actual underlying file. We'll return our temporary file object.
When the underlying file is closed, the system calls our closeFile() method to notify us.