BBjClientFile::getParent

Description

In BBj 7.0 and higher, this method returns a BBjClientFile that represents the directory containing this BBjClientFile.

Syntax

Return Value

Method

BBjClientFile

getParent()

Parameters

None.

Return Value

Returns a BBjClientFile that represents the parent directory.

Remarks

If this BBjClientFile is a filesystem root, this method will return null().

BUI logo

In the BUI client, this method always returns null() . See BUI: Interacting with client files for a detailed discussion of the BUI BBjClientFile.

Example

See Also

BBjAPI

BBjThinClient

BBjClientFileSystem

BBjClientFile

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