I need to create a text file on external STORAGE of an android mobile phone:
i use this code:
string fileName = Path.Combine(Android.OS.Environment.ExternalStorageDirectory.AbsolutePath, "Test.txt");
And get thi error:
Android does not contain a definition for 'OS'
TAHNKS to every one