home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / programm / 5649 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  1.8 KB

  1. Path: sparky!uunet!nntp1.radiomail.net!fernwood!rtbrain!rightbrain.com
  2. From: glenn@rightbrain.com (Glenn Reid)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: Packages
  5. Message-ID: <841@rtbrain.rightbrain.com>
  6. Date: 16 Aug 92 18:40:15 GMT
  7. References: <1992Aug15.200258.2307@metrosoft.com>
  8. Sender: glenn@rightbrain.com
  9. Reply-To: glenn@rightbrain.com
  10. Lines: 30
  11.  
  12. Gordon Van Huizen writes
  13. > In article <1992Aug15.001900.1465@csus.edu> eps@futon.SFSU.EDU (Eric P.  
  14. > Scott) writes:
  15. > > In article <1992Aug13.220229.15234@sunova.ssc.gov>
  16. > >     sapp@falcon.ssc.gov (Kevin Sapp) writes:
  17. > > >How does one create a file package from an app?  
  18. > Again, what I think Kevin meant is a file package, not an app wrapper. I'd  
  19. > like yo know how to do this too. (I already knew how to make an app  
  20. > wrapper, besides in 3.0 it's the only thing you can do).
  21.  
  22. You have to create the file package yourself, by creating a directory
  23. named "YourFilePackage.ext", where "ext" is the extension you wish to
  24. use for your file packages. You then write files into this directory
  25. as usual, or read from them.  I recommend a single file name inside
  26. the wrapper; we use "PasteUpDoc.pub" inside the wrapper, following the
  27. lead of WriteNow and others.  The main reason for this is so that a
  28. user can rename the file package without knowing about anything inside
  29. or worrying about keeping names in sync (contrast this with app wrappers,
  30. which cannot be renamed unless you also rename the app inside the
  31. wrapper).
  32.  
  33. The open/save panel will automatically handle the file packages, but
  34. it will give you back the name of the package (directory). It's up to
  35. you to deal with the internals of the file package.  3.0 might improve
  36. upon this; I haven't checked.
  37.  
  38. --
  39.  Glenn Reid                NeXTmail: glenn@rightbrain.com
  40.  RightBrain Software        415-326-2974 (NeXTfax 326-2977)
  41.  Palo Alto, California
  42.