Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends,

i have an bitmap image stored at isolated storage how could i get the url of my image. since i need the image url for my work ahead. your valuable suggestions are welcome thanks.
Posted
Comments
bbirajdar 29-Jan-13 8:34am    
what is isolated storage? Is it accessible over HTTP ?

 
Share this answer
 
hey i got the sol ...


var uri = new Uri("ms-appdata:///Local/" + filePathOfTheImage, UriKind.Absolute);

here "ms-appdata:///Local/" represents the Isolatedstorage
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900