| Posted: 10:01am 01 Sep 2025 |
|
|
|
Something for Geoff (I'm not sure if this has been mentioned yet), Manual (Ver 6.00.03) page 85 says:
MM.INFO(EXISTS FILE fname$)
Returns 1 if the specified file exists, returns -1 if fname$ is a directory, otherwise returns 0. That's incorrect. The correct description would be that directories return 0 (for V6.01.00b5).
Note: It would be desirable/easier if it worked as described. This means the code, not the manual, should be changed. IMHO.
Kind regards Michael Edited 2025-09-01 20:02 by twofingers |