remove 函数
删除具有指定路径的文件。
template<class Path>
inline bool remove(
const Path& Pval
);
参数
- Pval
一个 Path 对象。 Path 可以是 basic_path 或从 basic_path 派生的类型。
返回值
删除文件,则为true ;否则,返回 false。
要求
标头: filesystem
命名空间: std::tr2::sys
删除具有指定路径的文件。
template<class Path>
inline bool remove(
const Path& Pval
);
删除文件,则为true ;否则,返回 false。
标头: filesystem
命名空间: std::tr2::sys