c# - File download and save locally windows phone -
i m saving image local folder windows phone application
var localfolder = applicationdata.current.localfolder var photofile = localfolder.createfileasync(("mani"), creationcollisionoption.replaceexisting);
i m saving file without extension while save locally security reason , avoid other apps view.
when search google got api launch default apps file
windows.system.launcher.launchfileasync(photofile);
but local file dont have extension can't use api default application launch please guide me alternative solution this
thanks,
Comments
Post a Comment