new $k.Zip(archiveName)
Creates a new ZIP Archive
| Name | Type | Description | 
|---|---|---|
archiveName | 
            
            
            string | 
                
                    
                        optional
                    
                    
                        
                    
                
                 The name of archive Creates a zipped entity from all entities passed to the archive  | 
        
- Version:
 - Experimental feature, might be removed at any time
 
- Since:
 - 5.0.1
 
Extends
Methods
build(archiveName) : $k.NetEntity
close the archive and return a zip entity
| Name | Type | Description | 
|---|---|---|
archiveName | 
            
            
            string | 
                
                 The filename of the NetEntity  | 
        
Returns:
| Type | Description | 
|---|---|
| $k.NetEntity | The zip-file as NetEntity |