FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIDFSStorageConnector..::..moveFile Method

Moves the file.

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

Syntax


bool moveFile(
	string sourceFilePath,
	string targetFilePath
)
Function moveFile ( _
	sourceFilePath As String, _
	targetFilePath As String _
) As Boolean
bool^ moveFile(
	String^ sourceFilePath, 
	String^ targetFilePath
)

Parameters

sourceFilePath
Type: String
The source file path.
targetFilePath
Type: String
The target file path.

Return Value

true if XXXX, false otherwise.