BBjClientFile::mkdirs

Description

In BBj 7.0 and higher, this method creates a directory at the path named by this BBjClientFile.

Syntax

Return Value

Method

boolean

mkdirs()

Parameters

None.

Return Value

Returns true (1) if creating all directories succeeded, or false (0) if any failed.

Remarks

This method may have created some of the intermediate directories even if it returns 0. If it returns zero, the programmer may need to check if the intermediate directories exist.

BUI logo

The BUI client always ignores this method and returns false (0). 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.