Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <4.3.1.2.20001017114905.02006e90@pop.ma.ultranet.com> X-Sender: lhall AT pop DOT ma DOT ultranet DOT com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Tue, 17 Oct 2000 11:57:15 -0400 To: Benjamin Riefenstahl , cygwin AT sources DOT redhat DOT com From: "Larry Hall (RFK Partners, Inc)" Subject: Re: Treatment of x:path again In-Reply-To: <39EC30A8.99BB455D@ision.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 06:57 AM 10/17/2000, Benjamin Riefenstahl wrote: >Hi Lassi, > >Lassi A. Tuura wrote: > > FWIW, it seems this isn't even possible under Win32. Based on MSDN docs > > it sounds like Win32 maintains only one current directory and really > > knows nothing about disk drives in that context. > >Indeed, a simple test on NT4/SP6 using only Win32 functions >SetCurrentDirectory() and GetCurrentDirectory() confirms that Windows >itself does not care about drives in this context. Quite true. In fact, NT-based systems really don't know about drives at all. It uses its object manager to create a symbolic reference to the actual disk partition (which NT does know about) to create a "drive" name. When it sees a drive name from the user or an application, NT-based systems just map the drive given, using the symbolic reference in the object manager, to the actual disk partition path that NT knows about. Path resolution proceeds from there. Its clear that since NT-based systems don't really understand the drive concept, the concept of directories on a drive is not innate to the O/S either. Thanks for letting me speak without contributing much!;-) Larry Hall lhall AT rfk DOT com RFK Partners, Inc. http://www.rfk.com 118 Washington Street (508) 893-9779 - RFK Office Holliston, MA 01746 (508) 893-9889 - FAX -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com