Programming with Reflection
DisplayFile method
Syntax object.DisplayFile Filename, [Options]
Displays the specified local file on the screen.
If the ReadTabAsSpaces property is True and the rcNoTranslation option is not specified, tab characters in the file are converted to spaces as they are displayed on the screen. The SpacesPerTab property determines into how many spaces each tab is translated.
If the ReadCtrlZAsEOF property is True and the rcNoTranslation option is not specified, a Ctrl+Z character in the file is interpreted as an end-of-file character; the display terminates at this point.
Filename Argument Type: String
Required
Specifies the file to display. Supply complete path information if the file isn't on the Reflection macro path.
Options Argument Type: Enumeration
Optional
Specifies additional, non-default behavior for the method. This method has only one option:
rcNoTranslation
Indicates that the file contains binary data, and should not be translated from the PC character set into the host character set as it is displayed on the screen. Use this option if the file contains characters that are already in the host character set.