System.IOUtils.TDirectory.SetCurrentDirectory
Delphi
class procedure SetCurrentDirectory(const Path: string); static;
C++
static void __fastcall SetCurrentDirectory(const System::UnicodeString Path);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.IOUtils.pas System.IOUtils.hpp |
System.IOUtils | TDirectory |
説明
カレント ディレクトリを設定します。
現在の作業ディレクトリを設定するには、SetCurrentDirectory を使用します。次の表に、このメソッドのパラメータ リストを示します。
名前 | 意味 |
---|---|
Path |
カレントに設定しようとするディレクトリのパス。 |
メモ: 指定のパスが無効であるか、またはカレントに設定できない場合、SetCurrentDirectory は例外を発生させます。