home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4154 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: peer-news.britain.eu.net!liv!lucs!news
  3. From: fish@csc.liv.ac.uk (S.E. Morris)
  4. Subject: Re: Hidden files
  5. Sender: news@csc.liv.ac.uk (News Eater)
  6. Message-ID: <DMrsMy.GAD@csc.liv.ac.uk>
  7. Date: Wed, 14 Feb 1996 14:37:46 GMT
  8. References: <4fqerr$m2c@thorn.cc.usm.edu>
  9. Nntp-Posting-Host: fish@loire.csc.liv.ac.uk
  10. Organization: Computer Science, University of Liverpool, UK
  11. X-Newsreader: knews 0.9.4
  12.  
  13. In article <4fqerr$m2c@thorn.cc.usm.edu>,
  14. rbanksto@whale.st.usm.edu (Robert Ofarrell Bankston) writes:
  15. >
  16. >Do any of you know of a good way to hide files?  I've seen several demos
  17. >where 95% of all files are hidden and they are invisible to dir, delete,
  18. >etc.  Any suggestions?  Thanks.
  19. >Robert
  20. >rbanksto@whale.st.usm.edu
  21. >
  22.  
  23. If they are hidden, how do you know they exist???
  24.  
  25. As far as I know there is no way to hide files using the
  26. standard attributes AmigaDOS uses.  I suspect the demos
  27. you are refering to infact store the data they require
  28. directly onto the disk without using the normal AmigaDOS
  29. file system.  The demo program itself has to know exactly
  30. where on the disk everything is stored, because AmigaDOS
  31. can no longer find anything for itself.
  32.  
  33. -FISH-   ><>
  34.  
  35.