[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Read/Write operation with binary file. [Property] +Path=Sets the path file to operate. ARG(string)|2| [Methods] doReadAllBytes=Opens a binary file, reads the contents of the file into a byte array, and then closes the file. ARG(string path)|1|0 doWriteAllBytes=Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten. ARG(string path)|1|0 onReadAllBytes=Occurs after succesful a read operation and returns the result. ARG(byte[])|2|13 onError=If an error occurs, an error message appears. ARG(string)|2|2 ByteArray=Returns a byte array containing the contents of the file. ARG(byte[])|3|13 Path=Defines the path file to operate. ARG(string)|4|2 BytesArray=Defines the bytes to write to the file. ARG(byte[])|4|13