directory クラス : directory(string) フィッタ

説明

ディレクトリへのパスによって初期化された directory クラスのインスタンスを返します。

構文

new directory(string pathToDirectory)

引数

クラス名前説明
stringpathToDirectory任意のディレクトリへのパス。

返り値

クラス説明
directory初期化された directory クラスのインスタンス。

サンプルコード

1:

directory dir = new directory("c:\anydirectory...");

注意

これは、System.IO.DirectoryInfo.DirectoryInfo(String) コンストラクタのラッパーです。

参照リンク

Copyright © Cooker All rights reserved.