移除具有指定的路径的目录。
template<class Path>
inline bool remove_directory(
const Path& Pval
);
参数
- Pval
Path 对象。Path 可以是 basic_path 或从 basic_path派生类型。
返回值
true,如果移除目录;否则,false。
要求
**标头:**文件系统
**命名空间:**std::tr2::sys
移除具有指定的路径的目录。
template<class Path>
inline bool remove_directory(
const Path& Pval
);
true,如果移除目录;否则,false。
**标头:**文件系统
**命名空间:**std::tr2::sys