#include <FileDir.h>
Public Member Functions | |
| const CSysString & | GetPath () const |
| CTempDirectory () | |
| ~CTempDirectory () | |
| bool | Create (LPCTSTR prefix) |
| bool | Remove () |
| void | DisableDeleting () |
Private Attributes | |
| bool | _mustBeDeleted |
| CSysString | _tempDir |
Definition at line 147 of file FileDir.h.
| NWindows::NFile::NDirectory::CTempDirectory::CTempDirectory | ( | ) | [inline] |
| NWindows::NFile::NDirectory::CTempDirectory::~CTempDirectory | ( | ) | [inline] |
| const CSysString& NWindows::NFile::NDirectory::CTempDirectory::GetPath | ( | ) | const [inline] |
Definition at line 590 of file FileDir.cpp.
References _mustBeDeleted, _tempDir, NWindows::NFile::NDirectory::CreateTempDirectory(), and Remove().
| bool NWindows::NFile::NDirectory::CTempDirectory::Remove | ( | ) | [inline] |
Definition at line 156 of file FileDir.h.
References _mustBeDeleted, _tempDir, and NWindows::NFile::NDirectory::RemoveDirectoryWithSubItems().
Referenced by Create(), and ~CTempDirectory().
| void NWindows::NFile::NDirectory::CTempDirectory::DisableDeleting | ( | ) | [inline] |
1.5.6