Date: Thu, 24 Oct 2002 07:58:43 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Michael Honeyfield cc: djgpp AT delorie DOT com Subject: Re: fileutils and symlinks In-Reply-To: <020301c27ace$dbda8ca0$1001a8c0@tsd03> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.