BBjClientFile::listFiles

Description

In BBj 7.0 and higher, this BBjClientFile method returns a vector containing the list of the files in a directory.

Syntax

Return Value

Method

BBjVector

listFiles()

Parameters

None.

Return Value

Returns a BBjVector containing the list of files contained in the directory represented by this BBjClientFile.

Remarks

If this BBjClientFile does not represent a directory, this method reports !ERROR=17 (Not a directory).

BUI logo

The BUI client cannot manipulate directories; this method always reports !ERROR=17 (Not a directory). 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.