BBjClientFile::delete
Description
In BBj 7.0 and higher, this method deletes the file the BBjClientFile.
Syntax
Return Value |
Method |
---|---|
boolean |
delete() |
Parameters
None.
Return Value
Returns true (1) if the delete succeeded; false (0) if it failed.
Remarks
This method is not guaranteed to succeed or fail if the BBjClientFile represents a non-empty directory.
The BUI client cannot delete files on the client; this method deletes the copy of the file from 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.