Implement DATE$/TIME$/TIMER, FILES, SHELL, CHDIR, MKDIR, RMDIR
DATE$, TIME$, and TIMER now return real system date/time instead of hardcoded values. Added directory and shell access statements with proper GW-BASIC error codes (Path not found 76, File already exists 60). Bump to v0.6.0, 52 tests.
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
#define ERR_NM 65 /* Bad file name */
|
||||
#define ERR_DS 67 /* Direct statement in file */
|
||||
#define ERR_TF 68 /* Too many files */
|
||||
#define ERR_DA 70 /* Disk already exists */
|
||||
#define ERR_PE 76 /* Path not found */
|
||||
|
||||
const char *gw_error_msg(int errnum);
|
||||
void gw_error(int errnum);
|
||||
|
||||
Reference in New Issue
Block a user