文件管理器. 更多...
#include <FileManager.h>
静态 Public 成员函数 | |
| static void | CreateFolder (std::string folderPath) |
| 创建文件夹 | |
| static void | RemoveFolder (std::string folderPath) |
| 移除文件夹 | |
| static void | CopyFolder (std::string newfolderPath, std::string oldfolderPath) |
| 复制文件夹 | |
| static void | CreateFile (std::string filePath) |
| 创建文件 | |
| static void | InputFile (std::string filePath, std::string text) |
| 写文件 | |
| static std::string | ReadFile (std::string filePath) |
| 读文件 | |
文件管理器.
|
static |
复制文件夹
| newfolderPath | ||
| [in] |
或者绝对路径
| oldfolderPath | ||
| [in] |
或者绝对路径
|
static |
创建文件
| [in] | filePath | 新文件相对路径 |
|
static |
创建文件夹
| [in] | folderPath | 相对路径 或者绝对路径 |
|
static |
写文件
| [in] | text | 新文件相对路径 或者绝对路径[in]内容 |
|
static |
读文件
| [in] | filePath | 新文件相对路径 或者绝对路径 |
|
static |
移除文件夹
| [in] | folderPath | 相对路径 或者绝对路径 |