No announcements
Found 368994 threads
-
0 Votes
Unzip a zipped folder
Your question has beenAnswered | 1 Replies | 703 Views | Created by P Nandhan - Saturday, December 12, 2015 7:17 AM | Last reply by Brian Muth - Saturday, December 12, 2015 7:12 PM -
1 Votes
zip and unzip folder
ZipFile zip = new Ionic.Zip.Answered | 6 Replies | 6512 Views | Created by akki_adhikari - Tuesday, April 19, 2011 5:19 AM | Last reply by Paul Zhou - Friday, April 22, 2011 5:16 AM -
0 Votes
SSIS - UnZip a ".zip" file
why do you want to use script task instead you can use execute package task to call the zip.exe and it will unzip the folder for you.Answered | 10 Replies | 12921 Views | Created by Gurushankar - Monday, October 24, 2011 4:47 AM | Last reply by Adil H - Friday, January 20, 2012 5:17 AM -
1 Votes
Unzipping a folder
t=443029 http://www.eggheadcafe.com/community/aspnet/14/10024065/unzip-and-zip-programmatically-using-vbnetwindows-application.aspx I hope they ...Answered | 8 Replies | 4429 Views | Created by r1ck11 - Monday, April 11, 2011 10:41 PM | Last reply by Jie Bao - Monday, April 18, 2011 9:15 AM -
1 Votes
Unzipping downloaded .zip file WinRT
I'm wondering if the issue is on your zip file, so try to run the code with another Zip file to see if the same issue happens, and if it's possible, send us ...Answered | 3 Replies | 5118 Views | Created by obece - Thursday, September 5, 2013 11:21 PM | Last reply by Jamles Hez - Monday, September 9, 2013 11:44 AM -
0 Votes
zip/unzip functions in vb.net
Another zip library is SharpZipLib http://www.icsharpcode.net/OpenSource/SharpZipLib/Answered | 2 Replies | 3084 Views | Created by UITS INDIA - Tuesday, August 9, 2011 10:57 AM | Last reply by Andreas Johansson - Tuesday, August 9, 2011 1:22 PM -
0 Votes
Secure Zip and SSIS to Unzip
Double check how the command line arguments should be in the Secure Zip documentation.Answered | 10 Replies | 5537 Views | Created by lucki2005 - Thursday, February 16, 2012 5:57 AM | Last reply by Koen Verbeeck - Thursday, February 16, 2012 9:53 AM -
2 Votes
How to Zip & Unzip Files in ASP.net??
Hi, I have found two KB for your purpose: Make a Zip/UnZip Software using ...Answered | 3 Replies | 9163 Views | Created by krunal89 - Tuesday, August 23, 2011 4:48 PM | Last reply by Paul Zhou - Thursday, August 25, 2011 7:23 AM -
0 Votes
Unzip all zip files at once
Then you have 13 Control flow tasks to unzip file . and execute in parallelHope that helps ...Answered | 2 Replies | 1439 Views | Created by Venkata Koppula - Monday, February 9, 2015 10:43 AM | Last reply by Saurabh Bhadauria - Monday, February 9, 2015 10:54 AM -
1 Votes
Zip and UnZip Folder with VB.Net without third part dll
Thank you anyway :) I'm very surprised that no zip/unzip function are present at least into the .Net Framework 4.0...Answered | 15 Replies | 17611 Views | Created by 3rr3 - Saturday, February 23, 2013 1:04 PM | Last reply by jimbrown.net - Wednesday, March 13, 2013 7:26 PM -
0 Votes
Zip and UnZip file or folder
nbsp; ArrayList ar = GenerateFileList(inputFolderPath); // generate file list int TrimLength = ...Answered | 2 Replies | 2871 Views | Created by Kumar Jalli - Monday, March 25, 2013 8:20 AM | Last reply by João Eduardo Sousa - Monday, March 25, 2013 9:36 AM -
1 Votes
How to Zip and UnZip Files using SharpZipLib?
Do you ouy some for Zip and unzip?Answered | 8 Replies | 44610 Views | Created by developer_rk - Thursday, May 28, 2009 9:25 AM | Last reply by cykjygw - Saturday, August 22, 2009 8:20 AM -
2 Votes
how to Unzip the zipped files using SSIS .
Hi Surendra, If you can use third-party solutions, check the commercial COZYROC Zip Task.Answered | 8 Replies | 11325 Views | Created by Surendra_Thota - Wednesday, April 24, 2013 9:22 AM | Last reply by AB82 - Monday, April 29, 2013 7:49 PM -
0 Votes
Can VBA be used to Zip or Unzip a File?
Yes, you can zip with VBA.Answered | 3 Replies | 2176 Views | Created by JamesLNeal - Wednesday, December 10, 2014 11:30 AM | Last reply by JamesLNeal - Thursday, December 11, 2014 9:09 PM -
0 Votes
Extracting Zipped Folder From SSIS
Here is an other UnZip Task: and some ...Answered | 2 Replies | 2730 Views | Created by pavanjpd - Tuesday, October 16, 2012 3:57 PM | Last reply by SSISJoost - Tuesday, October 16, 2012 6:07 PM -
1 Votes
unzip password protected .zip files in directory
string.IsNullOrEmpty(zipPassword)) { zip.Password = zipPassword; zip.ExtractAll(zipFullPath_Input); } Then, you ...Answered | 5 Replies | 11581 Views | Created by arkiboys - Thursday, February 4, 2016 1:13 PM | Last reply by Albert_Zhang - Wednesday, February 17, 2016 8:22 AM -
1 Votes
Unzip->Remove unwanted character->zip->Rename->move to different location
I use J# library functions to do zipping unzipping of files by writing code inside Script Task Something like ...Answered | 7 Replies | 1968 Views | Created by Intermediate-User - Monday, October 14, 2013 10:32 AM | Last reply by SSISJoost - Tuesday, October 15, 2013 6:35 AM -
0 Votes
Problem in Zipping n UnZipping Using Windows Compression
But I am facing problem in etracting files of the .zip file to a blank folder, as described in my code.Answered | 5 Replies | 8797 Views | Created by nrpanda - Monday, March 31, 2008 8:57 AM | Last reply by nrpanda - Thursday, April 3, 2008 8:24 AM -
0 Votes
how can i unzip zip file with password?
Hi, is this feature (unzipping a password protected zip file) currently available ?Answered | 6 Replies | 3950 Views | Created by bjshdq - Thursday, April 26, 2012 7:33 AM | Last reply by pf16mirage - Wednesday, October 1, 2014 5:41 PM -
1 Votes
Zip folder
I am trying to open a zip file and I keep getting this error.Answered | 2 Replies | 1634 Views | Created by Reenee1231 - Friday, April 11, 2014 3:48 AM | Last reply by Dave Patrick - Tuesday, April 22, 2014 2:18 AM - Items 1 to 20 of 368994 Next ›
No announcements