delorie.com/archives/browse.cgi | search |
Date: | Thu, 24 Oct 2002 07:58:43 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Michael Honeyfield <michael AT compucon DOT co DOT nz> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: fileutils and symlinks |
In-Reply-To: | <020301c27ace$dbda8ca0$1001a8c0@tsd03> |
Message-ID: | <Pine.SUN.3.91.1021024075710.26606C-100000@is> |
MIME-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |