Imagine Programming
You Imagine, We Create!
Home
Software
News
About
Contact
Links
View product
IsHeader
General Information
This lua script contains a function called IsHeader(sFile, tblBytes);
It will check if a header is available in given file. Only parse a table containing
the numbers representating the bytes. Null char would be 0 and P would be 80.
Further details inside script.
Download
::
Back to Scripts
:: 131 Downloads
Additional Information
Script type: Lua
Do not forget to check out the script for loads of comments explaining
the usage of the script.
Script Functions
IsHeader(sFile, tblBytes); - Returning true if the tblBytes matches the first bytes in the file.