FileName property



Assigns or returns the name of the file to be parsed and put on the InfoBus.

Syntax

Set:     FileReader.setFileName(fileName)
Get: fileName = FileReader.getFileName()

Applies to

FileReader class.

Data type

String.

Usage

The name is treated as relative to the HTML page's directory. If fileName is omitted or null, the applet looks for the fileDataItemName PARAM tag.

Example
FileName property example

See also
FileReader applet