file クラス : Directory ゲッタ
説明
ファイルの親である directory クラスのインスタンスを取得します。
構文
fileInstance.Directory
引数
無し。
返り値
クラス | 説明 |
directory | ファイルの親ディレクトリ。 |
サンプルコード
1: | file f = new file("c:\somewhere..."); |
2: | directory parentDir = f.Directory; |
注意
これは、System.IO.FileInfo.Directory プロパティのラッパーです。