In any of AQArchive sample programs, Instead of a file name give 1==1 and a file with name TRUE will be created in the Installation Directory of ADS
If you specify 1==0 , the File name is craeted with the name FALSe
e.g. aqua.archive.manifest(1==1, attrMap, null) will create a file named TRUE in the default installation directory
Javascript will automatically convert a boolean literal (TRUE or FALSE) into string if you try to pass a boolean value into a function that is expecting a string. So, don't do that.
Issue #3356 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Javascript will automatically convert a boolean literal (TRUE or FALSE) into string if you try to pass a boolean value into a function that is expecting a string. So, don't do that.