While upgrading a module to DW8 I came across this function and I can't find a replacement in DW8.
Security objFileCheck = new Security();
while (drIndexServer.Read())
{
if (objFileCheck.HasAccessToFile(drIndexServer["Path"].ToString()))
{
/Allan