'Declaration Public Overloads Shared Sub GZip( _ ByVal gzipFileName As String, _ ByVal fileToGZip As String _ )
public static void GZip( string gzipFileName, string fileToGZip )
Parameters
- gzipFileName
- The full path of the destination GZip file
- fileToGZip
- The path of the file to add to the GZip file.