如果指定檔案存在則返回 true;如果沒有,則為 false。
b = shell.FileExists( strFile );
b = shell.FileExists( strFile )
strFile
要確定其存在的檔案的名稱。
b = shell.FileExists( "C:\\Test\\file.txt" );
b = shell.FileExists( "C:\Test\file.txt" )
支持 EmEditor Professional 22.1 或之後的版本。