This function is used to test if the path provided exists and corresponds to a file name.
Context
Windows client,
Windows server,
Java client,
Java server,
Adelia Web client,
Adelia Cloud client,
Event Adelia client.
Parameters
ALPHA(n) |
Path |
Name of the file to be tested. |
BOOL |
ReturnCode |
*TRUE if the path exists and is a file. Output parameter. |
Example
ALPHA(256) = Path
BOOL = IsFile
* Testing 'c:\temp\test.txt'
Path = 'c:\temp\test.txt'
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxIsFile' Path IsFile
IF NOT IsFile
* Error processing...
END
List of the VaToolBx functions by topic