home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / apple2 / 23670 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  965 b 

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!cxr_rs6000.med.ge.com!marc
  2. From: marc@cxr_rs6000.med.ge.com (Marc Wolfgram)
  3. Newsgroups: comp.sys.apple2
  4. Subject: Re: How do I delete file comments?
  5. Message-ID: <9211091654.AA10072@cxr_rs6000>
  6. Date: 9 Nov 92 16:54:29 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 15
  10.  
  11. Jawaid (you know who) suggested the following to make an extended file P8
  12. compatible:
  13.  
  14. >SetEOF(0) on the resource fork.
  15.  
  16. Sorry, but while that may actually clear the resource fork contents, the
  17. file's storage type will remain extended (type 5) which is what P8 chokes
  18. on in the first place.  Jawaid's second suggestion is better:
  19.  
  20. >Copy the data fork to a new file, delete the old one, rename the new
  21. >one to be the same as the original.
  22.  
  23. Marc Wolfgram
  24. AOL: M Wolfgram   GEnie: M.WOLFGRAM2   inet: marc@cxr_rs6000.med.ge.com
  25. There are two ways to write bug-free code and only the third one works!
  26.