File Object: Overview
- Updated2024-09-12
- 2 minute(s) read
DataPlugin > General > File Object: Overview
File Object: Overview
The DataPlugin consists of objects and subobjects that you create, delete, and modify with a script. You receive the File object if you select the ASCII Binary file reader when you create a new DataPlugin. The ReadStore procedure receives the File object with a reference to the file to load, via the File parameter.
The File object structure is shown in the following:
-
File
-
BinaryBlock
- AbstractDirectAccessChannels
- BinaryDirectAccessChannels
- DirectAccessChannels
-
FixedWidthBlock
- AbstractDirectAccessChannels
- BinaryDirectAccessChannels
- DirectAccessChannels
- Formatter
- Info
-
StringBlock
- AbstractDirectAccessChannels
- BinaryDirectAccessChannels
- DirectAccessChannels
-
BinaryBlock
For an overview of the global methods and properties of the DataPlugin, click here.