python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Get zip file from RestRequest
For REST calls I use RestSharp, I have to call a service that has to return me a zip file which I will then save on File System
public bool DownloadZip(int id)
{
while (true)
...
r.pezzolati
Votes: 0
Answers: 1
Can I read non-code files in a Python Zip archive?
I have a Python application in a directory dir. This directory has a __main__.py file and several data files that are read by the application using open(...,'r'). Without editing the code, it it poss...
RyeGrain
Votes: 0
Answers: 1
zip-a-folder Exclude a Directory
I am using zip-a-folder in Node.js. I have a directory called dir. Inside of dir, there are three directories, a, b, and c. I want to create a zip of dir, but I want to exclude c (I only want to zip a...

Software Dev
Votes: 0
Answers: 1
How to zip and unzip a directory using zlib without additional `npm` packages NodeJs?
As the title implies I am interested in zipping a directory and then unzipping it using Zlib without any external dependencies is that possible and how?
Notes: I'm not interested in using native metho...
LT-Sites
Votes: 0
Answers: 0