This class implements a scoped temporary directory guard.
Synopsis
Declared in <bdls_tempdirectoryguard.h>
class TempDirectoryGuard;
Description
The guard tries to create a temporary directory in the system‐wide temp directory and falls back to the current directory.
Member Functions
Name |
Description |
|
Create a temporary directory with the specified |
|
Destroy this object and remove the temporary directory (recursively) created at construction. |
Return a |
|
Release the temporary directory from guard management. |
|
|
Declare that this type uses a |
Created with MrDocs