From: Martin Stromberg Message-Id: <199911181330.OAA08086@propus.lu.erisoft.se> Subject: Re: Symlink file format To: djgpp-workers AT delorie DOT com Date: Thu, 18 Nov 1999 14:30:16 +0100 (MET) In-Reply-To: <38330E0D.5D927A2C@softhome.net> from "Laurynas Biveinis" at Nov 17, 99 10:20:30 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 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. Can '\n' be part of a file name in *DOZE? If so, '\n' can't be termination of the symlink target filename. Otherwise, it's ok. Right, MartinS