home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / win32 / 1815 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  1.8 KB

  1. Path: sparky!uunet!ogicse!decwrl!concert!sas!mozart.unx.sas.com!sasdxk
  2. From: sasdxk@skyhawk.unx.sas.com (Dave Kolb)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Object Manager Namespace and Files
  5. Message-ID: <Bx9378.Cpn@unx.sas.com>
  6. Date: 5 Nov 92 16:01:56 GMT
  7. Article-I.D.: unx.Bx9378.Cpn
  8. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  9. Organization: SAS Institute Inc.
  10. Lines: 34
  11. Originator: sasdxk@skyhawk.unx.sas.com
  12. Nntp-Posting-Host: skyhawk.unx.sas.com
  13.  
  14.  
  15. Anyone know of a way to use the Object Manager Namespace to eliminate
  16. the need for switch entering in a drive letter?
  17.  
  18. E.G. To be able to:
  19.  
  20. - "cd \Device\HardDisk0\mydir" instead of "d:" and "cd mydir".
  21.  
  22. - or to open a file "\Device\HardDisk0\mydir"
  23.  
  24. - or even better yet have the symbolic link capability to equate
  25.   "\mydir" to a specific drive and path.
  26.  
  27. The File System Namespace uses A:, B:, C: etc. drive names as symbolic
  28. links internally but I can't seem to take advantage of this fact from
  29. the command line with "cd" or "dir" commands.
  30.  
  31. Is it possible using OpenFile?  Or does the File System just short
  32. circuit the global name space and start it's root at the level of the
  33. File System Namespace.
  34.  
  35. What I'm looking for here is something akin to the old DOS "join" or
  36. Unix "mount" command where the size and number of physical drives in
  37. your system can be transparent.  A lot easier for users and apps to
  38. deal with.
  39.  
  40. How about it Microsoft?  If you expose some more symbolic link
  41. capability to the user this seems like it would be possible and
  42. very user friendly.
  43. -- 
  44. Dave Kolb                     Opinions are mine not SAS'
  45. SAS Institute, Inc.           EMAIL:      sasdxk@unx.sas.com
  46. SAS Campus Drive - J206       Phone:      (919) 677-8000 x6827
  47. Cary, NC  27513-2414 USA      FAX:        (919) 677-8123
  48.