BBjClientFileSystem::getRoots

Description

In BBj 7.0 and higher, this method returns a BBjVector of BBjClientFile objects that represent the filesystem roots on the client computer. 

Syntax

Return Value

Method

BBjVector

getRoots()

Parameters

None.

Return Value

Return a BBjVector containing all the filesystem roots.

Remarks

On a UNIX environment, the returned BBjVector may only contain one BBjClientFile representing "/".

On a Windows environment, this will return the list of drives. This may be used to generate an absolute path name on the client.

In the BUI environment, the returned BBjVector contains a single placeholder value, "". See BUI: Interacting with client files for a discussion of the BUI BBjClientFileSystem.

Example

See Also

BBjAPI

BBjThinClient

BBjClientFileSystem

BBjClientFile

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.