How to copy one StorageFile into another StorageFile in Windows phone app using C#
How to copy one StorageFile into another StorageFile in Windows phone app using C# #wpdev http://wtuts.me/copyfile
StorageFile class provides a method called CopyAsync to copy the contents of one file into another.
The code for the above is as following
https://gist.github.com/wtuts/524bc358afee84bd428c.js
Note: In the given code above we replace the contents of filetoReplace by filetoCopy.
If you want to copy the file to a given StorageFolder you can use the CopyAsyncmethod. The code for the following…
View On WordPress












