BBjTriggerData::getFilename

Description

In BBj 6.0 and higher, this method returns the filename of the file to which this Trigger is attached.

Syntax

Return Value

Method

string

getFilename()

Parameters

None.

Return Value

The filename of the corresponding file.

Remarks

None.

Example

rem 'Get the Trigger object from the BBj File System

td! = BBjAPI().getFileSystem().getTriggerData()

rem 'Get the filename
filename$ = td!.getFilename()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.