Handle files from OnFileActivated()
问题 I have problem with handling files passed to my application in OnFileActivated() . First, I've registred specific file extention in Package.appminifest of my application, so after tap into specific file my application starts and run OnFileActivated function. In my case file is archive zipped with System.IO.Compression.ZipArchive , but I think it's not crutial here. Beggining of my function looks as follow: protected override async void OnFileActivated(FileActivatedEventArgs args) { base