AgentInstance agentInstance = (AgentInstance)qashProperties.getActiveAgent(new Integer(agentID.toString()));
if (agentInstance==null)
throw new Exception("Unknown agentID");
else
agentInstance.DELFILE(filename.toString());
}
catch (Exception e) {
printError(DELFILE,"Problem processing DELFILE command ("+e.toString()+") :",currToken);
}
}