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 X-Envelope-Sender-Is: Andrej DOT Borsenkow AT mow DOT siemens DOT ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Cygwin mailing list" Subject: RE: Treatment of x:path again Date: Mon, 16 Oct 2000 20:12:17 +0400 Message-ID: <004201c0378b$da8b7bd0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <20001016115319.C11579@cygnus.com> Importance: Normal > > How would you suggest having something be 'relative to the current path' > in cygwin, given the /cygdrive method of doing things? cygwin has never > kept track of the current directory of other drives. > Searching MSDN gives: Routine Use _chdir, _wchdir Change current working directory _chdrive Change current drive _getcwd, _wgetcwd Get current working directory for default drive _getdcwd, _wgetdcwd Get current working directory for specified drive _getdrive Get current (default) drive _mkdir, _wmkdir Make new directory _rmdir, _wrmdir Remove directory _searchenv, _wsearchenv Search for given file on specified paths _getdcwd looks promising. It is part of msvcrt.dll; and is included in Cygwin export lib: mw1g017 AT MW1G17C% nm /usr/lib/libmsvcrt.a | grep getdcwd 00000000 I __imp___wgetdcwd 00000000 T __wgetdcwd 00000000 T __getdcwd 00000000 I __imp___getdcwd > If you'd like to submit a patch to somehow accomplish this, I'd be happy > to apply it. > I may. Is module winsup still enough to build cygwin1.dll? -andrej -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com