BBjClientFile::createNewFile

Description

In BBj 7.0 and higher, this method will create the file represented by this BBjClientFile.

Syntax

Return Value

Method

boolean

createNewFile()

Parameters

None.

Return Value

Returns true (1) if this method succeeds; false (0) if it does not.

Remarks

If the file already exists, this method will fail. Note that BBjClientFile objects may represent files that do not exist.

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.