ScopedTmpDir
Fully qualified name: usdex::test::ScopedTmpDir
-
class ScopedTmpDir
A scoped class for creating a temporary directory & tearing it down on destruction.
Public Functions
-
inline ScopedTmpDir()
Create a unique temporary subdirectory within the platform standard temp directory.
-
inline ~ScopedTmpDir()
Delete the temporary subdirectory and all files within it.
-
inline const char *getPath()
Return the full path of the temporary subdirectory.