Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
Component: BinaryFile
Read binary data from a file and write it to a file.
Item | Details |
---|---|
BinaryFile.Append Opens a file to append data. | All 7.3 |
BinaryFile.Close Closes a file. | All 7.3 |
BinaryFile.Create Creates a new file. | All 7.3 |
BinaryFile.EOF Queries whether we are at the end of the current file. | All 7.3 |
BinaryFile.Length Queries length of current file. | All 7.3 |
BinaryFile.Open Opens an existing file for reading. | All 7.3 |
BinaryFile.Position Queries current file position. | All 7.3 |
BinaryFile.ReadByte Reads a single byte from the file. | All 7.3 |
BinaryFile.ReadContainer Read some data and interpret them as container. | All 7.3 |
BinaryFile.ReadFloat Reads a float value. | All 7.3 |
BinaryFile.ReadHex Read data and returns as hex text. | All 7.3 |
BinaryFile.ReadInt Reads an integer value. | All 7.3 |
BinaryFile.ReadPDF Reads data as PDF. | All 7.3 |
BinaryFile.ReadText Reads text from file. | All 7.3 |
BinaryFile.Seek Moves file pointer to new position. | All 7.3 |
BinaryFile.WriteByte Writes a single byte value to the file. | All 7.3 |
BinaryFile.WriteContainer Writes a container value to the file. | All 7.3 |
BinaryFile.WriteFloat Writes a float value. | All 7.3 |
BinaryFile.WriteHex Writes hex encoded data. | All 7.3 |
BinaryFile.WriteInt Writes an integer value. | All 7.3 |
BinaryFile.WriteText Writes a text file with the given text. | All 7.3 |
21 functions.
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos