Rebel Fork Framework
Urho3D::TemporaryDir Class Reference

Helper class to create and destory temporary directory. More...

#include <Urho3D/IO/FileSystem.h>

Inheritance diagram for Urho3D::TemporaryDir:
Urho3D::MovableNonCopyable

Public Member Functions

 TemporaryDir (Context *context, const ea::string &path)
 
 TemporaryDir (TemporaryDir &&rhs)
 
TemporaryDiroperator= (TemporaryDir &&rhs)
 
ea::string GetPath () const
 Return the path.
 

Private Attributes

FileSystemfs_ {}
 
ea::string path_
 

Additional Inherited Members

- Protected Member Functions inherited from Urho3D::MovableNonCopyable
 MovableNonCopyable (MovableNonCopyable &&other)=default
 
MovableNonCopyableoperator= (MovableNonCopyable &&other)=default
 
 MovableNonCopyable (const MovableNonCopyable &other)=delete
 
MovableNonCopyableoperator= (const MovableNonCopyable &other)=delete
 

Detailed Description

Helper class to create and destory temporary directory.


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