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