Skip to content

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

static boost::filesystem::path GetTempFile(
    const string & format ="%%%%%%%%%%%%.tmp"
)

function GetTempDir

static boost::filesystem::path GetTempDir(
    const string & format ="%%%%%%%%%%%%"
)

function Remove

static void Remove(
    const boost::filesystem::path & p
)

function Remove

static void Remove(
    const string & p
)

function Exists

static bool Exists(
    const string & p
)

function Exists

static bool Exists(
    const boost::filesystem::path & p
)

Updated on 2022-08-21 at 18:10:33 +1000