how to protect folder from displacement witout hiding them ?

  • Thread starter Thread starter Pascal
  • Start date Start date
P

Pascal

hello.
I seek a software (or a code) able to prevent the obliteration or the
displacement of the files of the file server of my primary school( under
Windows 98). This must let the folders visible, acessible but "fixed". this,
to prevent the files from disappearing because of a bad handling like one
slip-to move unfortunate.

http://www.scalpa.info
 
hello.
I seek a software (or a code) able to prevent the obliteration or the
displacement of the files of the file server of my primary school( under
Windows 98). This must let the folders visible, acessible but "fixed". this,
to prevent the files from disappearing because of a bad handling like one
slip-to move unfortunate.

http://www.scalpa.info

Sounds like you need to use the built in features of Windows to set up
user permission for the folders, and just give the users the
appropriate permissions (read, modify, create, delete).

I guess if you really wanted to use code you could use a
FileSystemWatcher and listen to the appropriate events, canceling the
necessary actions a user commits.

Thanks,

Seth Rowe
 
Back
Top