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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top