'Declaration Public Overloads Shared Sub GZip( _ ByVal gzipFileName As String, _ ByVal replaceExistingFiles As Boolean, _ ByVal fileToGZip As String _ )
'Usage Dim gzipFileName As String Dim replaceExistingFiles As Boolean Dim fileToGZip As String QuickGZip.GZip(gzipFileName, replaceExistingFiles, fileToGZip)
public static void GZip( string gzipFileName, bool replaceExistingFiles, string fileToGZip )
Parameters
- gzipFileName
- The full path of the destination GZip file.
- replaceExistingFiles
- Boolean value indicating whether existing items in the destination should be replaced.
- fileToGZip
- The path of the file to add to the GZip file.