I'm trying to unzip file, but i always had
Access to the path 'C:\Users\Kosov Denis\Downloads\12.epub' is denied.
What did i worng?
await Task.Run(() =>
{
ZipFile.ExtractToDirectory(file.Path,
ApplicationData.Current.LocalCacheFolder.Path +
string.Format(@"\{0}", file.Name.Replace(file.FileType, "")));
});