current_path 函数

设置或检索当前工作目录。

重要

此 API 不能用于在 Windows 运行时中执行的应用程序。

template<class Path>
   inline Path current_path();
template<class Path>
   inline void current_path(const Path& Pval);

参数

  • Pval
    一个 Path 对象。 Path 可以是 basic_path 或从 basic_path 派生的类型。

备注

第一个函数返回当前工作目录。

第二个函数当前工作目录设置为 Pval。

要求

标头: filesystem

命名空间: std::tr2::sys

请参见

参考

<filesystem>

其他资源

C++ 标准库头文件