FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIDFSStorageConnector..::..removeFile Method

Removes the file.

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

Syntax


bool removeFile(
	string filePath
)
Function removeFile ( _
	filePath As String _
) As Boolean
bool^ removeFile(
	String^ filePath
)

Parameters

filePath
Type: String
The file path.

Return Value

true if XXXX, false otherwise.