datatypes::io::IoHelper¶
#include <io_helper.h>
Public Functions¶
Name | |
---|---|
bool | FileExists(const boost::filesystem::path & p) |
bool | PathExists(const boost::filesystem::path & p) |
bool | DirExists(const boost::filesystem::path & p) |
string | MakeFileName(const string & fileNamePattern, const string & id, const string & pattern ="{0}") |
bool | IsFileNamePattern(const string & s) |
Public Attributes¶
Name | |
---|---|
const string | DefaultFilePattern |
Public Functions Documentation¶
function FileExists¶
function PathExists¶
function DirExists¶
function MakeFileName¶
static string MakeFileName(
const string & fileNamePattern,
const string & id,
const string & pattern ="{0}"
)
function IsFileNamePattern¶
Public Attributes Documentation¶
variable DefaultFilePattern¶
Updated on 2022-08-21 at 18:10:33 +1000