This class implements a scoped temporary directory guard. The guard tries to create a temporary directory in the system‐wide temp directory and falls back to the current directory.
Synopsis
Declared in <bdls_tempdirectoryguard.h>
class TempDirectoryGuard;
Member Functions
Name |
Description |
|
Create temporary directory with the specified |
|
Destroy this object and remove the temporary directory (recursively) created at construction. |
Return a |
|
Remove the created temporary directory from management so that, upon this guards destruction, the created directory is not removed. Calling |
|
|
Created with MrDocs