Search found 1 match

by BenHaichim
March 29th, 2019, 1:36 am
Forum: Android
Topic: File Manipulation Functions (fileread, open, filewrite, etc.) Not Working In Android.
Replies: 1
Views: 1939

File Manipulation Functions (fileread, open, filewrite, etc.) Not Working In Android.

Need assistance regarding the above matter. I have a CSPro application that needs to open a text file, and read its content. Below is the snippet taken from CSPro help: file f; numeric n; n = setfile(f, filepath); errmsg ("n = %d", n); From PC, n = 1 (successful) From Android, n = 0 (unsuc...