|
Posted by Joseph Bittman MCSD on October 10, 2005, 3:47 pm
If you were Registered and logged in, you could reply and use other advanced thread options
October 10, 2005
I don't know of a tool which does that, although it would be very easy to
develop one. The command line tool Xcal or cal (or something along those
lines), allows you to change NTFS permissions... which you can call with
parameters in code. :) The System.Diagnostics.Process class contains all you
need to call this command line tool with the parameters. All you need to do
is create a loop which goes through the files in the folder and run the
command with ones which match an expression. :) Hope this helps!
--
Joseph Bittman
Microsoft Certified Solution Developer
Web Site: http://71.39.42.23/ Static IP
> Is there a way to set permissions for a certain file type and not any
> specific file. I need to allow some people access to look at some files,
> but
> I want to deny them the ability to rename or delete these files. While
> they
> may need to be able to modify other files in the same directories.
>
>
>
>
|