In Browser Silverlight Application - Client Side File/Directory access
问题 When building a Silverlight 4 application is it possible to get a directory listing from an in browser application? It seems the SaveFileDialog does not have the capability to set the file name of the file being saved, so I thought that I could create my own user control, however it seems that is not possible as I can't get a directory listing in an in-browser application. I realize that certain well known directories are accessible from Silverlight 4 in out-of-browser application, but that