System.IOUtils.TPath.GetTempPath

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function GetTempPath: string; static;

C++

static System::UnicodeString __fastcall GetTempPath();

プロパティ

種類 可視性 ソース ユニット
function public
System.IOUtils.pas
System.IOUtils.hpp
System.IOUtils TPath

説明

システムの一時ディレクトリへのパスを返します。

GetTempPath を呼び出すと、システムの一時ディレクトリへのパスを取得できます。GetTempPath で返されるパスは、システムで一元管理される場所に一時ファイルを格納するのに使用することができます。

関連項目