I'm trying to write a common file that three of our MonoDroid applications
can all read/write. I tried the following directory:
 
string p = System.Environment.GetFolderPath(
System.Environment.SpecialFolder.CommonApplicationData );

I get an exception saying that part of the path is not found, and if I try
to create the Directory, I get access denied.

Which SpecialFolder should I be using?

 
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to