Extracting specific File from archive in UWP
问题 To save space I have zipped my books(in xml format) in my UWP Project. I want to Extract a file to my Local Folder based upon it's name. Till Now what I have done(This extracts all files) : ZipFile.ExtractToDirectory(sourceCompressedFile.Path, destinationFolder.Path); However this extracts all the files from my archive to my destination folder. I know this could be a trivial task using SharpZipLib but this is an inbuilt method and would help me reduce my app size . I simply want to extract a