Honeywell MX9 Reference Manual page 252

Microsoft windows mobile 6.5 operating system
Hide thumbs Also See for MX9:
Table of Contents

Advertisement

IfFile
Description
Begins the conditional execution of a block of commands only if the specified file exists.
Syntax
IfFile,file
Parameters
file:
The path and filename to determine if the commands should be executed
Example
IfFile,\System\MyData.dat
any number of commands, executed if file exists
ElseIfFile
any number of commands, executed if file does not exist
EndIfFile
Notes
If the file already exists the commands are executed.
This test does not care if file is a file or directory.
Nesting is supported.
7-12

Advertisement

Table of Contents
loading

Table of Contents