Paul Rajs

Paul Rajs

  • NA
  • 641
  • 138.2k

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

Answers (4)