BBjClientFile::canExecute

Description

In BBj 14.0 and higher, this BBjClientFile method returns whether the client file is executable.

Syntax

Return Value

Method

boolean

canExecute()

Parameters

None.

Return Value

Returns true (1) if the file exists and is executable, or false (0) if it doesn't exist or is not executable.

BUI logoRemarks

In the BUI client, this method is only meaningful if the BBjClientFile was created from the server ( createNewFile,setContents,copyToClient ), or was selected on the client by the user, as shown in BBjClientFile Example 1 .
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.