Discuss this help topic in SecureBlackbox Forum
Opens an archive.
Declaration
[Java]
void open(TElStream arg0);
void open(String arg0, boolean arg1);
Parameters
- FileName - name of the archive
- ReadOnly - specifies, whether to open archive read-only
- Stream - stream which contains the archive
Description
Use this method to open an archive.
Discuss this help topic in SecureBlackbox Forum