c# - How to Copy Local Storage Image to Clipboard WinRT -


i have application, user download images local app storage, works because in order application display content dont want user have direct contact images , alter them.

now want user able copy image clipboard or make copy in pictures library. problem i'm getting exception when trying it.

the code example here:

http://imgur.com/qnltkta

if copy image selecting file picker, or getting pictures library code works fine. happens when doing local storage folder.

your code has mistake. remove "\\" line

storagefile storagefile = await folder.getfileasync("circulo 2_atomo.png")


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -