184
edits
m (→Module Files) |
|||
| Line 378: | Line 378: | ||
/** | /** | ||
* Create a temporary file in this directory. This file is deleted when the process closes | * Create a temporary file in this directory. This file is deleted when the process closes or when the file is closed, whichever happens first. | ||
*/ | */ | ||
createTempFile: function() { | createTempFile: function() { | ||
| Line 399: | Line 399: | ||
/** | /** | ||
* Create a temporary | * Create a temporary subdirectory. | ||
* | * | ||
* Note: For the time being, there is no guarantee that the temporary directory will be cleaned | * Note: For the time being, there is no guarantee that the temporary directory will be cleaned | ||
edits