Re: [cc65] Filenames for POSIX functins on CBM targets

From: <silverdr1wfmh.org.pl>
Date: 2012-08-12 00:17:17
On 2012-08-11, at 21:18, Spiro Trikaliotis wrote:
> 
> * On Sat, Aug 11, 2012 at 07:23:12PM +0200 Groepaz wrote:
>> the @ sign means "overwrite"
>> 
>> save "test",8
>> save "test",8    (again - gives "file exists")
>> save "@:test",8   will overwrite the existing file
> 
> save "@test",8 is enough. Your "save @:test",8 is equivalent to save
> "@0:test",8, which is something different on dual-disk drives (the first
> version writes to the last accessed drives, your version always to drive
> 0).

Which was one of the ways to avoid the (in)famous bug.

-- 
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 Sun Aug 12 00:17:24 2012

This archive was generated by hypermail 2.1.8 : 2012-08-12 00:17:28 CEST