home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11858 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.5 KB  |  41 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!jato!jdickson
  3. From: jdickson@jato.jpl.nasa.gov (Jeff Dickson)
  4. Subject: Re: Question about AllocDosObject()
  5. Message-ID: <1992Jul31.170906.8989@jato.jpl.nasa.gov>
  6. Keywords: AllocDosObject directorys filesystem
  7. Organization: Jet Propulsion Laboratory
  8. References: <5415@dsacg3.dsac.dla.mil>
  9. Date: Fri, 31 Jul 1992 17:09:06 GMT
  10. Lines: 29
  11.  
  12. In article <5415@dsacg3.dsac.dla.mil> nfs1675@dsacg3.dsac.dla.mil (Michael S Figg) writes:
  13. >
  14. >
  15. >
  16. >Can anybody give me a simple explanation of 'AllocDosObject()'. From the
  17. >autodocs it looks like it is used to create a new DOS object, but the ExAll()
  18. >or Examine() function (I don't remember which) seems to indicate that it is
  19. >needed to look at any existing directory. Does AllocDosObject() identify 
  20. >a directory in the file system as a DOS object temporarily? An example would
  21. >be great.       
  22. >
  23. >Thanks, Mike
  24. >
  25. >-- 
  26. >Perl doesn't mind a little pluralism-a perl   | Michael Figg  DSAC-FSD
  27. >script is correct if it's halfway readable    | DLA Systems Automation Center
  28. >and gets the job done before your boss fires  | Cols, Ohio mfigg@dsac.dla.mil
  29. >you. -- Wall and Schwartz ("Programming Perl")| CIS: 73777,360    
  30.  
  31. AllocDosObject is currently no different than AllocMem. I asked about this a
  32. while ago, because I was interested in performing ExAll from tasks. Tasks can-
  33. not use the DOS library of which AllocDosObject is a part. However, tasks can
  34. simulate the operation by sending an ACTION_EXAMINE_ALL DOS packet. I'm not
  35. sure where this issue stands now. 
  36.  
  37. jeff
  38.  
  39.  
  40.  
  41.