Message-ID: <38330E0D.5D927A2C@softhome.net> Date: Wed, 17 Nov 1999 22:20:30 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: lt,en MIME-Version: 1.0 To: DJGPP Workers Subject: Symlink file format Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello, I want to freeze %subj% now, because any its change requires too much recompiling. So, if anyone has any suggestions or objections, _please_ tell them now. Current format: every symlink file has fixed size - 510 bytes. No attributes are set. First 10 bytes: string Then follow symlink target filename, newline character (symlink file I/O is done in binary mode). Later follow spaces to ensure 510 bytes file size. Laurynas Biveinis