File Auditing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cxw0106

    File Auditing

    Is there any way to implement File Auditing in .NET?
    Thanks.
  • Richard Grimes [MVP]

    #2
    Re: File Auditing

    cxw0106 wrote:[color=blue]
    > Is there any way to implement File Auditing in .NET?
    > Thanks.[/color]

    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
    --
    my email evpuneqt@zicf.b et is encrypted with ROT13 (www.rot13.org)


    Comment

    Working...