System.SysUtils.SetCurrentDir
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 です。