I\'m trying to write and read a file on the Android file system. A task you would think would be straight forward, but I just can\'t seem to find the right enumerator for a fold
I think this is what you need:
Edit
public static string Directorypath { get { return System.IO.Path.Combine((string)Android.OS.Environment.ExternalStorageDirectory, "FolderPath"); } }