System.SysUtils.SetCurrentDir

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

Delphi

function SetCurrentDir(const Dir: string): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall SetCurrentDir(const System::UnicodeString Dir);

プロパティ

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

説明

カレントディレクトリを設定します。

SetCurrentDir 関数は,カレントディレクトリを設定します。戻り値は,カレントディレクトリの変更に成功した場合には true,エラーが発生した場合は false です。

関連項目