I am trying to unzip an archive (test.zip) containing a subfolder with some png images: test.zip -> images
Would anyone have any suggestions on how to take a folder and zip each group of similar name. This would be names which are the same not the extension.
I would like to know that if my csv file is Gzipped. (not tarred first, like tar.gz). And its extension is FileName.csv.gz.
Can you advise me zip lib witch support zib and bzip2 algorithm My requirements: 开发者_开发知识库
I want to test if a zip has a particular password in vb.net. How can I create a function like check_if_zip_pass(file, pass) As Boolean?
Hello I am usign the below code to zip a package on upload: $nameFile = $_FILES[\'file\'][\'name\']; $tmpName = $_FILES[\'file\'][\'tmp_name\'];
I guys, i\'m writting code to upload file, zip them and delete tmp file. But when i use unlink function, it do not remove all file, someone can explain to me why ?
Closed. This question is seeking recommend开发者_如何学Pythonations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting
I\'ve got a large collection of gzipped archives on my Ubuntu webserver,开发者_开发问答 and I need them converted to zips. I figure this would be done with a script, but what language should I use, an
I\'m worki开发者_JAVA技巧ng on application that must enrypt and zip files. So, I create some data in memory (text, binary or whatever), encrypt it and save to disk (file1 and file2). The I call e.g. \