Date: Sun, 19 Nov 2000 09:00:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: sam cc: djgpp AT delorie DOT com Subject: Re: get current drive/diretory functions , any? In-Reply-To: <3A175E0F.AB7DD8EB@connection.com> 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 Sat, 18 Nov 2000, sam wrote: > Are there such beasts? I still haven't found them. You want getcwd or getwd. They both return the current directory's full path, where the first character is the drive letter of the current drive. A separate function _dos_getdrive returns the drive only. [I just searched the library reference for "current dir" and "drive", and found these functions right away. Why couldn't you?]