Share via


BIAnalysisServicesProjectController.ensureDirectoryExists Method [AX 2012]

Makes sure that the directory that is specified in the path parameter exists.

Syntax

public boolean ensureDirectoryExists(str path)

Run On

Called

Parameters

  • path
    Type: str
    The path of the directory.

Return Value

Type: boolean
A value that indicates whether the directory exists.

Remarks

If the directory does not exist an attempt to create it is made.

See Also

Reference

BIAnalysisServicesProjectController Class