Tagged Questions

1
vote
2answers
96 views

Using 'FileWriter' to Write to a Text File on an SD Card in Android

I've researched this problem for a while now and I've only found really complicated answers so I'm very confused. Keep in mind that I'm not an expert programmer so don't expect me to know a ton about ...
1
vote
3answers
738 views

IOException on DataGridView writing to text file C#

Good morning all, I'm having a few problems with a method in my C# code that should enable a DataGridView to be saved to a .txt file. The code is as below: private void saveToTxt_Btn_Click(object ...