Message-ID: <004501c27ba4$816702e0$1001a8c0@TSD03> From: "Michael Honeyfield" To: "Eli Zaretskii" Cc: References: Subject: Re: fileutils and symlinks Date: Fri, 25 Oct 2002 10:29:59 +1300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp AT delorie DOT com Thank you for the reply. This is great news :) One other question on the same topic, Will this work for network drives? I mean will I be able to symlink say F:\install\scripts\winxppro.sp1\i386 to c:\i386 ? or am I expecting to much of DOS ? Thank in advance. Cheers Mike ----- Original Message ----- From: "Eli Zaretskii" To: "Michael Honeyfield" Cc: Sent: Thursday, October 24, 2002 6:58 PM Subject: Re: fileutils and symlinks > > On Thu, 24 Oct 2002, Michael Honeyfield wrote: > > > Fileutils, using the ln can I > > create symlinks to directories, like I can in *nix? or does it work only to > > and absolute file only? > > Currently, DJGPP supports symlinks ("ln -s") for executable programs > only. Hard links are simulated by copying, but that doesn't work with > directories. > > A future DJGPP release will support simulated symlinks for any file, > including a directory.