TKFP.DLLのダウンロード

The DirectoryInfo type exposes the following members.

Properties

  Name Description
CreationTime
ファイルの作成された日時を読み出します
(Overrides FileSystemInfo..::.CreationTime.)
Exists
ディレクトリが存在するかどうかを示す値を取得します。
Extension
ファイルの拡張子部分を表す文字列の読出しを行います。
(Inherited from FileSystemInfo.)
FullName
ディレクトリまたはファイルの絶対パスの読出しを行います。
(Inherited from FileSystemInfo.)
LastWriteTime
ファイルまたはディレクトリに最後に書き込みが行われた時刻を取得または設定します。この値は CreationTime と同じです。
(Inherited from FileSystemInfo.)
Name
ディレクトリの名前を取得します
(Overrides FileSystemInfo..::.Name.)
Parent
親ディレクトリのインスタンスを取得します。
Permission
パーミッション情報の読み出しと設定を行います
(Overrides FileSystemInfo..::.Permission.)
Root
パスのルート部分を取得します。

See Also