R Richard Grimes [MVP] Sep 9, 2003 #2 cxw0106 said: Is there any way to implement File Auditing in .NET? Thanks. Click to expand... 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
cxw0106 said: Is there any way to implement File Auditing in .NET? Thanks. Click to expand... 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