다음을 통해 공유


current_path 함수

Sets or retrieves the current working directory.

중요

이 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에서 파생된 형식 중 하나일 수 있습니다.

설명

The first function returns the current working directory.

The second function sets the current working directory to Pval.

요구 사항

헤더: filesystem

Namespace: std::tr2::sys

참고 항목

참조

<filesystem>

기타 리소스

C++ 표준 라이브러리 헤더 파일