Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>,
	<http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: "Ajit George" <gajit@kurianinc.com>
Cc: "'Cygwin Mailing List'" <cygwin@sourceware.cygnus.com>
Subject: RE: cygwin ln 
Date: Wed, 25 Aug 1999 20:34:33 -0500
Message-ID: <000801beef63$26203bc0$830120d0@abita.kurianinc.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0
In-Reply-To: <B3953869CBF8D211A1E50004AC4C1B5402F444@ULTIMATE2>
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0
Importance: Normal

I think it's worth pointing out that symbolic links created with Cygwin's ln
are only interpreted as such by programs linked with the Cygwin libraries.
So, unless you work exclusively in Cygwin, you don't really have symbolic
links.

It would be really nice if Windows shortcuts were treated by Cygwin as
symbolic links.

Ajit

-----Original Message-----
From:	cygwin-owner@sourceware.cygnus.com
[mailto:cygwin-owner@sourceware.cygnus.com] On Behalf Of Lincoln, W. Terry
Sent:	Wednesday, August 25, 1999 10:01 AM
To:	'Jens Reimann'
Cc:	'Cygwin Mailing List'
Subject:	RE: cygwin ln

 << File: Warren Terry Lincoln (E-mail).vcf >>

> From:
On Wednesday, August 25, 1999 5:09 AM Jens Reimann [mailto:reim@pe-muc.de]
wrote:
>
> Hi
Hello Jens
>
> do you have some information how the ln command under cygwin
> works (can you really create symbolic links??) ...
Symbolic links are just regular text file that contain a magic and the file
name linked to.  They are recognized by having there SYS attribute set only
by Cygwin tools.  The actual contents  of the symlink file for: ln
subdir/foo.txt bar.txt
is this:
---- begin file contents bar.txt
!<symlink>subdir/foo.txt\0
---- end file contents bar.txt
>
> thx
You're welcome.
>
> Jens Reimann
>

W. Terry Lincoln                   \      \   _   /
Senior Engineer                     \      \ |J| /
Ultimate Technology Corporation      \      _|E|_
a Tridex Company (NASDAQ:trdx)        \    |_ S _|
mailto:WTerryLincoln@engineer.com      \     |U|
http://terrylincoln.isonfire.com        \  / |S| \
http://www.AngelFire.com/ny/TerryLincoln \   | |  \
ICQ# 39362285                             \  | |
=========================================== ~~~~~
Opinions expressed do not represent the management of UTC.
(If you reply to the list please don't cc me)




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

