System.IOUtils.TDirectory.GetCreationTime

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

Delphi

class function GetCreationTime(const Path: string): TDateTime; static;

C++

static System::TDateTime __fastcall GetCreationTime(const System::UnicodeString Path);

プロパティ

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

説明

ディレクトリの作成時刻を返します。

ディレクトリの作成時刻を取得するには、GetCreationTime を使用します。次の表に、このメソッドのパラメータ リストを示します。



名前 意味

Path

作成時刻を取得しようとするディレクトリのパス。



メモ:  指定のパスが無効であるか、またはそのディレクトリが存在しない場合、GetCreationTime は例外を発生させます。

関連項目