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.

 

BUI logo

The BUI client cannot delete files on the client; this method deletes the copy of the file from the web server cache. 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.