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
Mohan D
NA
7
4.5k
c# - How to unzip files from all the folders using SharpZipL
Oct 17 2014 8:18 AM
I have installed SharpZip lib and want to unzip a zip folder in "@C:\Users\username\Desktop\Convert". Inside the convert folder there will be many sub folders where one folder will have only one zip file (I know we can use SearchOption.AllDirectories to search all the directories for zip file, but i'm not sure on how to carry this out ). So i want to unzip that file and extract it to a certain location. The unzipped file will have a CSS file . I want to check the CSS file certain attributes (multiple) one example : "line-height:" property and throw a message to the user in cmd saying that this CSS has "line-height" property. Can someone help me with this? I'm new to the SharpZipL lib.
Reply
Answers (
0
)
In C#, How can I manipulate a SQL query locally with C# code
Any custom function to extract parameters from strings?