OpenFileDialog to show files in Isolated Storage directory
This is a dotnet 4.5 winforms program (full trust).
I have a number of files stored in a directory in isolated storage
(FormatFiles).
I would like to use the OpenFileDialog to allow the user to select one of
these files and once that is solved use SaveFileDialog to allow them to
name a file to be saved there.
Can I point the dialogs to this directory in isolated storage? If so,
sample code.
No comments:
Post a Comment