FileInput / FileOutput Objects for Reading and Writing Files

<< Click to Display Table of Contents >>

Navigation:  Reference (Scripting) >

FileInput / FileOutput Objects for Reading and Writing Files

Docklight Scripting provides additional objects than can be used to read a file with text or binary data, or create you own custom output file.

 

Object Name

Description

FileInput

Open existing files for sequential input, reading the file either character-by-character or line-by-line. See Reading Files.

FileOutput

Create a new file or append data to an existing file. Both binary data as well as text files can be created. See Writing Files.