BBjClientFile::copyToClient

Description

In BBj 7.0 and higher, this method copies the specified file from the server to the client. The BBjClientFile represents the file on the client to which it will be copied.

Syntax

Return Value

Method

void

copyToClient(string serverFile)

Parameters

Variable

Description

serverFile

The file on the server to copy to the client.

Return Value

None.

BUI logoRemarks

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.