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