// PathGetTempPath.cpp : メイン プロジェクト ファイルです。 #include "stdafx.h" using namespace System; int main(array ^args) { Console::WriteLine(System::IO::Path::GetTempPath()); return 0; }