BBjClientFile::exists

Description

In BBj 7.0 and higher, this method returns whether the file this BBjClientFile represents exists.

Syntax

Return Value

Method

boolean

exists()

Parameters

None.

Return Value

Returns true (1) if the file exists; false (0) if it does not exist.

BUI logoRemarks

This method reports whether the file exists in the web server cache. 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.