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