Manager..::..UncompressFile Method

Uncompresses the file.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static void UncompressFile(
	string SourceFilePathAndName,
	string DestinationFilePathAndName,
	bool OverwriteExistingDestinationFile
)
Public Shared Sub UncompressFile ( _
	SourceFilePathAndName As String, _
	DestinationFilePathAndName As String, _
	OverwriteExistingDestinationFile As Boolean _
)
public:
static void UncompressFile(
	String^ SourceFilePathAndName, 
	String^ DestinationFilePathAndName, 
	bool^ OverwriteExistingDestinationFile
)

Parameters

SourceFilePathAndName
Type: String
Name of the source file path and.
DestinationFilePathAndName
Type: String
Name of the destination file path and.
OverwriteExistingDestinationFile
Type: Boolean
if set to true [overwrite existing destination file].

Exceptions


ExceptionCondition
Exception