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

説明

ファイルへのパスによって初期化された file クラスのインスタンスを取得します。

構文

new file(string pathToFile)

引数

クラス名前説明
stringpathToFile任意のファイルへのパス。

返り値

クラス説明
filefile クラスのインスタンス。

サンプルコード

1:

file f = new file("c:\somewhere...");

注意

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

参照リンク

Copyright © Cooker All rights reserved.