TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jit sun
NA
42
62k
Unzip a file
Feb 17 2012 5:04 AM
Hi,
I am trying to write the code for unzip. I got problem in coding.
here is my code:
private void button1_Click(object sender, EventArgs e)
{
DirectoryInfo ZipdirInfo = new DirectoryInfo(@"C:\testxml.zip");
foreach (FileInfo zipFilesInfo in ZipdirInfo.GetFiles("*.xml"))
{
listBox1.Items.Add(zipFilesInfo);
}
}
Thanks in advance
Reply
Answers (
4
)
Boxing/Unboxing
Crysal report field interchangeing