BBjClientFile::isDirectory
Description
In BBj 7.0 and higher, this method returns whether this BBjClientFile represents a directory.
Syntax
Return Value |
Method |
---|---|
boolean |
isDirectory() |
Parameters
None.
Return Value
Returns true (1) if this BBjClientFile represents a directory, otherwise it returns false (0).
Remarks
This method returns 0 unless the specific file named by this BBjClientFile is itself a directory. For instance, a BBjClientFile representing a symbolic link will return 0 from this method.
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.