I\'m trying to save existing file to another place. It\'s some kind of copy, but I want to allow choosing of new destination to user with FileSavePicker.
Here is my code:
You should use FolderPicker see this http://lunarfrog.com/blog/2011/10/07/winrt-file-and-folder-pickers/ and then use CopyAsync() or MoveAsync() methods of StorageFile.