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

Jaish MathewsPosted Oct 27, 2018, 12:12 PM
Paul RajsPosted Oct 28, 2018, 12:17 AM
Paul RajsPosted Oct 27, 2018, 11:17 AM
Jaish MathewsPosted Oct 27, 2018, 9:54 AM