#include <FS_TempFileManager.h>
This class provides an interface to query information about temporary files maintained by the "temp:" handler.
Definition at line 20 of file FS_TempFileManager.h.
static int FS_TempFileManager::deleteAllFiles |
( |
| ) |
|
|
static |
Close & remove all temporary files. This may not actually cause the file to be deleted. Since there may be streams which still reference the file, the file will stay in existence until all references are closed. However, this will cause all files to be deleted from the temp file cache. The function returns the number of files deleted.
static bool FS_TempFileManager::deleteFile |
( |
const char * |
name | ) |
|
|
static |
Close and remove a single temporary file. Please see deleteTempFiles()
for details.
static int FS_TempFileManager::entries |
( |
| ) |
|
|
static |
Return the number of temporary file handles.
Return the list of all temporary files.
The documentation for this class was generated from the following file: