FileExists メソッド (Shell オブジェクト)

指定するファイルが存在すれば true を、存在しなければ false を返します。

[JavaScript]

shell.FileExists( strFile );

[VBScript]

shell.FileExists strFile

パラメータ

strFile

存在するかどうかを調べるファイルの名前を指定します。

[JavaScript]

b = shell.FileExists( "C:\\\Test\\\file.txt" );

[VBScript]

b = shell.FileExists( "C:\\Test\\file.txt" )

バージョン

EmEditor Professional Version 22.1 以上で利用できます。