Please enable JavaScript to view this site.

Docklight Scripting V2.4 User Manual 04/2025

Navigation: Reference (Scripting)

FileInput / FileOutput Objects for Reading and Writing Files

Scroll Prev Top Next More

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.