BBjFileOpen::ext

Description

In BBj 25.03 and higher, this method sets the default extension for this BBjFileOpen dialog (usually 3 characters).

Return Value Method
BBjFileOpen ext(String ext)

Parameters

Variable Description
ext

Default file extension.

Return Value

Returns this BBjFileOpen object, enabling methods to be chained.

Example

print bbjapi().fileopen().ext("txt").show()

See Also

BBjAPI

FILEOPEN() Function - Create File Open Dialog

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