System.SysUtils.GetCurrentDir

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

Delphi

function GetCurrentDir: string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall GetCurrentDir(void);

プロパティ

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

説明

カレントディレクトリの名前を返します。

GetCurrentDir 関数は,カレントディレクトリの完全限定名を返します。

関連項目