CCIMXDesktop
Loading...
Searching...
No Matches
FileIOUtils.h
1
#ifndef FILEIOUTILS_H
2
#define FILEIOUTILS_H
3
#include "library/FileDefs.h"
4
#include <string>
5
6
namespace
StdFileIOUtils {
16
bool
checkFileExsitence(
17
const
std::string& path,
18
PermissionType type = PermissionType::Read);
19
30
bool
createDirectoryIfNotExsit(
const
std::string& path);
31
42
bool
createFileIfNotExists(
const
std::string& filePath);
43
44
}
45
46
#endif
// FILEIOUTILS_H
library
fileio
FileIOUtils.h
Generated by
1.9.8