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.
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.