Exports an embedded file to a directory (the embedded file name will be used for the output filename). The file will not be modified.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool ExportEmbeddedFile(
	string strFileName,
	string strDirectory
)
Visual Basic (Declaration)
Public Function ExportEmbeddedFile ( _
	strFileName As String, _
	strDirectory As String _
) As Boolean
Visual C++
public:
bool ExportEmbeddedFile(
	String^ strFileName, 
	String^ strDirectory
)

Parameters

strFileName
Type: System..::.String
The name of the embedded file.
strDirectory
Type: System..::.String
The target directory of the file.

Return Value

Returns true on success.

See Also