2

I have a question around Trusted In Browser applications. Are these applications supported on OSX? My team has developed a large educational silverlight package that requires local storage. We'd really like our users to be able to select the folder they save their files in. There's instructions for how to enable this in Windows here: http://msdn.microsoft.com/en-us/library/gg192793(v=vs.95).aspx but no instructions I have found describing how you could enable this on a Mac.

Kellen
  • 621
  • 1
  • 5
  • 15

1 Answers1

0

In Mac you can use the System.IO libraries. Read this related thread for more information.

Community
  • 1
  • 1
Miguel Madero
  • 1,948
  • 13
  • 21
  • I believe that's only for Out Of Browsers Silverlight applications. I was referring to in browser applications. – Kellen May 30 '12 at 22:59