FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIDFSStorageConnector..::..updateFile Method

Updates the file.

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

Syntax


bool updateFile(
	string filePath,
	byte[] oFileContents
)
Function updateFile ( _
	filePath As String, _
	oFileContents As Byte() _
) As Boolean
bool^ updateFile(
	String^ filePath, 
	array<unsigned char^>^ oFileContents
)

Parameters

filePath
Type: String
The file path.
oFileContents
Type: array<Byte>[]()[][]
The o file contents.

Return Value

true if XXXX, false otherwise.