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から派生した型でない場合もあります。
解説
最初の関数は現在の作業ディレクトリを返します。
2番目の関数は、Pvalに現在の作業ディレクトリを設定します。
必要条件
ヘッダー: のファイルシステム
名前空間: std::tr2::sys