DirectoryExists メソッド (SystemFunctions)
クラス
SystemFunctions
。
アクション
指定したディレクトリが存在するかどうかを確認します。
構文
C#
DirectoryExists (
sDirectoryPath
);
VB
DirectoryExists (
sDirectoryPath
)
変数
説明
sDirectoryPath
ディレクトリへのパス。 絶対パス、または、現在の 作業ディレクトリからの相対パスを指定できます。
String
。