BBjClientFile::isHidden

Description

In BBj 7.0 and higher, this BBjClientFile method returns whether this file is considered hidden by the operating system.

Syntax

Return Value

Method

boolean

isHidden()

Parameters

None.

Return Value

Returns true (1) if the file is hidden, and false (0) if not.

Remarks

Whether a file is hidden is system-dependent. UNIX environments typically consider a file or directory beginning with a dot (".") to be hidden, while Microsoft Windows looks at the value of the "hidden" file attribute.

BUI logo

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.