|
表格线识别通用库文档
|
#include <string>#include "common/base/list.hpp"#include "common/enum.h"#include "common/macro.h"#include "common/type.h"

类 | |
| 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) |
| 列出目录信息函数 | |