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
Paul Rajs
NA
641
145.8k
Extract Zip file to a Directory (Unzipped Folder)
Oct 27 2018 8:12 AM
Hi Developers,
the following code is working fine for me. but i want to access the files from my Application path, because of Live server
from this
if this code goes live how can i access these path
ExtractZipFile(@"F:/TutelAgeWorking/Tutelage_Sept-Without_Practice/Zip/SampleFiles/ChapterNotes-1.zip", @"F:/TutelAgeWorking/Tutelage_Sept-Without_Practice/Zip/ExtractFiles");
to
ExtractZipFile("~Zip/SampleFiles/ChapterNotes-1.zip", "~/Zip/ExtractFiles");
but i dont know how to done this .
if anyone know kindly help me to done this task. or Suggest me how to access thes path from live server .
thanking you
Paul.S
Reply
Answers (
4
)
Saving Gridview Data To Database
DateTimePicker - How to save date into the DB? mvc