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 |
---|---|
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().
In the BUI client, this method always returns null() . See Interacting with client files in BUI and DWC for a detailed discussion of the BUI BBjClientFile.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.