Re: [cc65] CBM POSIX I/O - USR Files

From: <silverdr1wfmh.org.pl>
Date: 2010-03-31 01:35:05
On 2010-03-30, at 20:43, Oliver Schmidt wrote:

>>>> More or less ;-) The difference is that you have to specify that you want to load USR file. Otherwise you get FILE TYPE MISMATCH error. Other than that - the same (AFAIR).
> 
> What do I need to type to get the error above? Just doing a LOAD
> "TESTU",8 gives me a FILE NOT FOUND  ERROR.

FILE NOT FOUND  ERROR is the error message BASIC gives you. DOS error message have to be read from the drive:

10 open 15,8,15:input#15,e,e$,t,s:close 15:print e,e$,t,s

-- 
SD!

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Wed Mar 31 01:35:17 2010

This archive was generated by hypermail 2.1.8 : 2010-03-31 01:35:19 CEST