Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created January 13, 2016 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtuts/691d8b2c40a610da9ed9 to your computer and use it in GitHub Desktop.
Save wtuts/691d8b2c40a610da9ed9 to your computer and use it in GitHub Desktop.
public async void CopyFileToFolder(StorageFile filetoCopy, StorageFolder folder)
{
await filetoCopy.CopyAsync(folder);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment