Posts: 22
	Threads: 7
	Joined: Jan 2020
	
Thanks: 2
	Given 4 thank(s) in 3 post(s)
	 
 
	
	
		Heya,
Is it possible to use theĀ cStringCompression library as a way to extract a zip file's contents?
Thanks
	
	
	
	
	
 
 
	
	
	
		
	Posts: 22
	Threads: 7
	Joined: Jan 2020
	
Thanks: 2
	Given 4 thank(s) in 3 post(s)
	 
 
	
	
		Ive found many pure lua ones but I havent been able to use them because they come up with arbitrary errors that have no online documentation for how to fix. In the end ive settled with a tiny unzip lib i found from an ancient website, its 20kb and had warnings about download time.