Open 3D Engine AzTest API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Test::ScopedAutoTempDirectory Class Reference

#include <Utils.h>

Public Member Functions

const char * GetDirectory () const
 
AZ::IO::Path GetDirectoryAsPath () const
 
AZ::IO::FixedMaxPath GetDirectoryAsFixedMaxPath () const
 
AZ::IO::Path Resolve (const char *path) const
 

Detailed Description

Provides a scoped object that will create a temporary operating-system specific folder on creation, and delete it and its contents on destruction. This class is only available on host platforms (Windows, Mac, and Linux)


The documentation for this class was generated from the following file: