[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
a few questions about file-options
- To: srfi-68@xxxxxxxxxxxxxxxxx
- Subject: a few questions about file-options
- From: Alex Shinn <alexshinn@xxxxxxxxx>
- Date: Wed, 24 Aug 2005 12:05:56 +0900
- Delivered-to: srfi-68@xxxxxxxxxxxxxxxxx
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Rql4rUGhU8FRK+I4aOf6TQyEWen2iucPzQHmW7XVR/bktskamMq0mueRCIau8HVQ8r1VigT2jy2/Kg3jEBoRUktWY3QJwXNFBokbw8voRApfC82CUAesO2hh3UAVljen/n2Rk7o2n8dqHhyT+VHwB55iEhwV7yZRBb0bg39/7Rk=
Hi,
Is there a particular reason FILE-OPTIONS is a macro?
Should there be a FILE-OPTIONS-DIFFERENCE in addition to
FILE-OPTIONS-UNION?
The option "append" is described as
writes are appended to existing contents
What happens if we then seek to the begining of the file and write?
Does it perform a seek to the end before every write as in POSIX,
or on some platforms may this simply start the output at the end
of the file?
--
Alex