| FileExists |
|
| 概要: |
baFileExistsは特定のファイルが存在するかどうか調べます。 |
| シンタックス: | Result = baFileExists( FileName ) |
| パラメータ: | #string FileName ファイル名。フルパスで指定してください。 |
| 戻り値: |
#integer |
| 例: | File = baFileExists( the pathName & "test.dat"
) |
| 関連項目: | baRenameFile baFolderExists |