Exports all embedded files to a directory (the embedded file names will be used for the output filenames). The files will not be modified.

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

Syntax

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

Parameters

strDirectory
Type: System..::.String
The output directory.

Return Value

Returns true on success.

See Also