I have some files in IsolatedStorage in my application. The file types are different, say doc,xls,ppt,pdf,mp3,mov,jpg,png etc.. I need to open these files. How can I do this.
I have some files in IsolatedStorage in my application. The file types are different,
Share
Try to open it with name and its extensions
byte[] data;
if it is an image try to set the source of a bitmap image as memory stream ms.