READFILE - is file readable?

ReadFile (S1) returns I

attempts to open S1 with read permission and returns the filact status (>0 for success). This tells you whether you can access the file for reading. Both random and sequential files are checked; ReadFile makes no distinction between the two.

Copyright © 1996, Thinkage Ltd.