home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / win32 / 2525 < prev    next >
Encoding:
Text File  |  1992-12-17  |  745 b   |  25 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!spool.mu.edu!agate!linus!progress!briggs
  3. From: briggs@progress.COM (Scott Briggs)
  4. Subject: Getting Current Dir. on diff. drives
  5. Message-ID: <1992Dec17.185941.504@progress.com>
  6. Keywords: GetCurrentDirectory
  7. Sender: usenet@progress.com (Mr. Usenet)
  8. Nntp-Posting-Host: baranof
  9. Organization: Progress Software Corp.
  10. Date: Thu, 17 Dec 1992 18:59:41 GMT
  11. Lines: 12
  12.  
  13. I was wondering if there is an easy way to determine the current
  14. directory on different drives.
  15.  
  16. The only way I've found so far is to go to the drive with
  17. SetCurrentDirectory(), (Not specifiying the directory on
  18. the destination drive), and then issuing a GetCurrentDirectory.
  19.  
  20. Has anyone found a better way?
  21.  
  22. Scott--
  23.  
  24.  
  25.