表格线识别通用库文档
载入中...
搜索中...
未找到
file.hpp 文件参考
#include <string>
#include "common/base/list.hpp"
#include "common/enum.h"
#include "common/macro.h"
#include "common/type.h"
file.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

struct  cm::DirectoryInfo
 文件目录信息 更多...
 

命名空间

namespace  cm
 

函数

bool cm::IsExist (const char *path)
 检查文件或文件夹是否存在
 
bool cm::IsFolder (const char *path)
 检查是否文件夹
 
bool cm::IsFile (const char *path)
 检查是否文件
 
bool cm::CreateFolder (const char *path)
 创建文件夹函数
 
bool cm::DeleteFolder (const char *path)
 删除文件夹函数
 
DirectoryInfo cm::ListDirectory (const char *path)
 列出目录信息函数