home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.win32
- Path: sparky!uunet!spool.mu.edu!agate!linus!progress!briggs
- From: briggs@progress.COM (Scott Briggs)
- Subject: Getting Current Dir. on diff. drives
- Message-ID: <1992Dec17.185941.504@progress.com>
- Keywords: GetCurrentDirectory
- Sender: usenet@progress.com (Mr. Usenet)
- Nntp-Posting-Host: baranof
- Organization: Progress Software Corp.
- Date: Thu, 17 Dec 1992 18:59:41 GMT
- Lines: 12
-
- I was wondering if there is an easy way to determine the current
- directory on different drives.
-
- The only way I've found so far is to go to the drive with
- SetCurrentDirectory(), (Not specifiying the directory on
- the destination drive), and then issuing a GetCurrentDirectory.
-
- Has anyone found a better way?
-
- Scott--
-
-
-