BBjClientFile::mkdir

Description

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

Syntax

Return Value

Method

boolean

mkdir()

Parameters

None.

Return Value

Returns true (1) if creating the directory succeeded, or false (0) if it failed.

Remarks

The file represented by getParent() must exist and must be a directory, and the file represented by this BBjClientFile must not already exist, or this method will return 0. Other circumstances may also prevent this method from succeeding, such as write permissions.

 

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.