System.SysUtils.CreateDir

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

Delphi

function CreateDir(const Dir: string): Boolean;

C++

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

プロパティ

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

説明

新規ディレクトリを作成します。

CreateDir 関数は新規ディレクトリを作成します。戻り値は,新規ディレクトリの作成に成功した場合に true,エラーが発生した場合には false です。

関連項目