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.
Comment