YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
YSLib/Service/FileSystem.cpp 文件参考
#include "YSLib/Service/YModules.h"
#include <YFM_YSLib_Service_FileSystem>
#include <ystdex/cstring.h>
#include <system_error>
YSLib/Service/FileSystem.cpp 的引用(Include)关系图:

浏览源代码.

命名空间

 YSLib
 
 YSLib::IO
 

函数

String YSLib::IO::GetExtensionOf (const String &fname)
 
String YSLib::IO::FetchCurrentWorkingDirectory (size_t len)
 
bool YSLib::IO::VerifyDirectory (const char *path)
 
void YSLib::IO::EnsureDirectory (const Path &pth)
 
void YSLib::IO::ListFiles (const Path &pth, vector< String > &lst)
 
PathCategory YSLib::IO::ClassifyPath (const String &fname, ypath::norm &&norm)
 
YF_API NodeCategory YSLib::IO::ClassifyNode (const Path &)
 按文件系统节点类别对路径分类。 更多...