FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIDFSStorageConnector..::..folderExists Method

Folders the exists.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


bool folderExists(
	string folderPath
)
Function folderExists ( _
	folderPath As String _
) As Boolean
bool^ folderExists(
	String^ folderPath
)

Parameters

folderPath
Type: String
The folder path.

Return Value

true if XXXX, false otherwise.