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