Path: utzoo!utgpu!watmath!watdragon!dmnhieu From: dmnhieu@watdragon.waterloo.edu (Duy-Minh NHIEU) Newsgroups: comp.sys.ibm.pc Subject: Re: Protecting directories from peeping eyes (how???) Message-ID: <10329@watdragon.waterloo.edu> Date: 9 Dec 88 17:18:30 GMT References: <46@VAX1.CC.UAKRON.EDU> <838@novavax.UUCP> <48@VAX1.CC.UAKRON.EDU> <3513@nicmad.UUCP> <6814@spool.cs.wisc.edu> Reply-To: dmnhieu@watdragon.waterloo.edu (Duy-Minh NHIEU) Distribution: na Organization: U. of Waterloo, Ontario Lines: 14 I wonder if the following solution works, my knowledge to pc-dos is minimal, 1) Find all clusters occupied by that directory and the files under it. 2) Remember the above clusters 3) Delete that directory 4) Mark the remembered clusters bad so that when you save new files, the system won't use those cluster. to retrieve information from that directory, one has to unmark the clusters and undelete that directory. It may sound complicated but one can always write a program that do the above.