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