TKFP.DLLのダウンロード
The DirectoryInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DirectoryInfo |
ディレクトリ名を指定してインスタンスを初期化します
|
Methods
Name | Description | |
---|---|---|
Create |
ディレクトリを作成します。
|
|
CreateSubdirectory |
指定したパスに 1 つ以上のサブディレクトリを作成します。パスは、このクラスのインスタンスに対する相対パスで指定できます。
|
|
Delete |
このディレクトリを削除します。
|
|
GetDirectories | Overloaded. | |
GetFiles | Overloaded. | |
Refresh |
オブジェクトの状態を更新します。
(Overrides FileSystemInfo..::.Refresh()()().) |
|
ReName |
ファイル/フォルダの名称を変更します。
(Inherited from FileSystemInfo.) |
Fields
Name | Description | |
---|---|---|
FtpClient |
接続処理用のクライアントクラス
(Inherited from FileSystemInfo.) |
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 |
パスのルート部分を取得します。
|