-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: File Access
Silverlight 4 – Local File Access
In Silverlight 4 apps which run with Elevated Trust can access local files by using System.IO and related types that would otherwise be unavailable. This allows apps to access user files directly without recourse to the OpenFileDialog and SaveFileDialog classes. … Continue reading