This function is used to test if the file or directory provided as a parameter is hidden.
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 file to be tested. |
BOOL |
ReturnCode |
*TRUE if the path exists and is hidden in the file system. Output parameter. |
Example
ALPHA(256) = Path
BOOL = IsHidden
* Testing 'c:\temp\test.txt'
Path = 'c:\temp\test.txt'
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxIsHidden' Path IsHidden
IF NOT IsHidden
* Error processing...
END
List of the VaToolBx functions by topic