Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246
Changes - CPCWiki

Changes

CP/M 2.2

56 bytes added, 11:44, 8 December 2019
/* Deleting a file that doesn't exist */
First check if a file exists before deleting it:
ld c,&11 ;; search for first
ld de,fcb
call BDOS
jr z,doesnt_exist
ld c,&13 ;; delete file
ld de,fcb
call BDOS
2,636
edits