datatypes::tests::FileSystemHelper¶
#include <datatypes_test_helpers.h>
Public Functions¶
| Name | |
|---|---|
| boost::filesystem::path | GetTempFile(const string & format ="%%%%%%%%%%%%.tmp") |
| boost::filesystem::path | GetTempDir(const string & format ="%%%%%%%%%%%%") |
| void | Remove(const boost::filesystem::path & p) |
| void | Remove(const string & p) |
| bool | Exists(const string & p) |
| bool | Exists(const boost::filesystem::path & p) |
Public Functions Documentation¶
function GetTempFile¶
function GetTempDir¶
function Remove¶
function Remove¶
function Exists¶
function Exists¶
Updated on 2022-08-21 at 18:10:33 +1000