deIDFSStorageConnector..::..createFile Method
Creates the file.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
bool createFile( string filePath, byte[] oFileContents, out string fileID, DFSFileStoreFileType oFileType )
Function createFile ( _ filePath As String, _ oFileContents As Byte(), _ <OutAttribute> ByRef fileID As String, _ oFileType As DFSFileStoreFileType _ ) As Boolean
bool^ createFile( String^ filePath, array<unsigned char^>^ oFileContents, [OutAttribute] String^% fileID, DFSFileStoreFileType^ oFileType )
Parameters
- filePath
- Type: String
The file path.
- oFileContents
- Type: array<Byte>[]()[][]
The o file contents.
- fileID
- Type: String%
The file identifier.
- oFileType
- Type: FlowWright.cDevDecisionEngine..::..DFSFileStoreFileType
Type of the o file.