Hi,
Please I dont understand the error I am getting. App works fine on 2 device and gives error below on another device. Note I have a blank font.txt file already created in the Files folder of my app.
Line of code:
File.WriteString (File.DirRootExternal, "font.txt", Spinner1.SelectedItem)
I am get a /mnt/sdcard/font.txt: open failed:ENOENT (No such file or directory)
Please I dont understand the error I am getting. App works fine on 2 device and gives error below on another device. Note I have a blank font.txt file already created in the Files folder of my app.
Line of code:
File.WriteString (File.DirRootExternal, "font.txt", Spinner1.SelectedItem)
I am get a /mnt/sdcard/font.txt: open failed:ENOENT (No such file or directory)