BBjAPI::getFileSystem

Description

Obtains a BBjFileSystem object that allows interaction with the BBj filesystem.

Syntax

Return Value

Method

BBjFileSystem

getFileSystem()

Parameters

None.

Return Value

Returns a BBjFileSystem object.

Remarks

None.

Example

rem 'Obtain the instance of the BBjFileSystem object

rem 'Obtain the instance of the BBjAPI object
let myAPI! = BBjAPI()

rem 'Obtain the instance of the BBjFileSystem object
let myFileSystem! = myAPI!.getFileSystem()

See Also

BBjAPI

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