Navigation:  ABC Library Reference > ErrorClass > ErrorClass Methods >====== SetFileName (set the file that produced the error) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

SetFileName( filename )

blk2blue.jpg

SetFileName Sets the name of the file that replaces any %File symbols within the active error message text.
filename A STRING constant, variable, EQUATE, or expression that sets the file name to use in the current error message text.

SetFileName sets the value of the ErrorStatusGroup FileName private property.

The filename value replaces any %File symbols within the current error message text.

See Also: GetFileName, FileName