Progress.IO.FileInputStream extends Progress.IO.InputStream and provides functionality for reading from a file.
Serializable:
No
Constructor
PUBLIC FileInputStream ( INPUT filename AS CHARACTER )
filename
A CHARACTER expression that represents the file from which the input stream will read. The constructor sets the FileName property of the stream to filename. The file name can include Unicode characters, and it can be absolute or relative to the current working directory. The AVM raises a runtime error if it can't open the file for reading.