directory クラス : Name ゲッタ

説明

ディレクトリの名前を取得します。

構文

directoryInstance.Name

引数

無し。

返り値

クラス説明
stringディレクトリの名前。

サンプルコード

1:

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

2:

string directoryName = dir.Name;

注意

これはSystem.IO.DirectoryInfo.Name プロパティのラッパーです。

参照リンク

Copyright © Cooker All rights reserved.