File Auditing

  • Thread starter Thread starter cxw0106
  • Start date Start date
cxw0106 said:
Is there any way to implement File Auditing in .NET?
Thanks.

Do you mean auditing the access to files? The System.IO classes are built
over Win32. Win32 delegates auditing to the file system: to get this feature
you should use NTFS.

Richard
 
Back
Top