home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 21281 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.4 KB

  1. Path: sparky!uunet!gatech!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!kth.se!hemul.nada.kth.se!d88-jwa
  2. From: d88-jwa@hemul.nada.kth.se (Jon Wtte)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Summary: High Level File Manager routines (H-routines)
  5. Message-ID: <1993Jan12.132535.9347@kth.se>
  6. Date: 12 Jan 93 13:25:35 GMT
  7. References: <peter-120193120945@rocky.curtin.edu.au>
  8. Sender: usenet@kth.se (Usenet)
  9. Organization: Royal Institute of Technology, Stockholm, Sweden
  10. Lines: 26
  11. Nntp-Posting-Host: hemul.nada.kth.se
  12.  
  13. In <peter-120193120945@rocky.curtin.edu.au> peter@cujo.curtin.edu.au (Peter N Lewis) writes:
  14.  
  15. >Just thought I'd post a list of all the high level routines, maybe it'll
  16. >save Jon some answering time! :-)
  17.  
  18. Well, thanx for your concern; I need the time :-)
  19.  
  20. >All of these are available in System 6 & 7, and are pasted straight in with
  21. >ObiWan - if you don't remember them all, then get ObiWan and look them up
  22. >yourself!
  23.  
  24. >OSErr:=HOpenDF(vRefNum_INTEGER,dirID_LONGINT,fileName_Str255,
  25. >permission_SignedByte,VAR_refNum_INTEGER);
  26.  
  27. WARNING!
  28.  
  29. HOpenDF is the only HXXX call that is NOT available under System 6
  30. (unless, possibly, you have QuickTime installed)
  31.  
  32. Use HOpen instead; maybe coupled with HGetFInfo to avoid opening
  33. drivers.
  34.  
  35. -- 
  36.  -- Jon W{tte, h+@nada.kth.se, Mac Hacker Deluxe --
  37.    This signature is kept shorter than 4 lines in the interests of UseNet
  38.    S/N ratio.
  39.