While generating the manifest file for deploying EA to lscs I need to also determine if a file is deleted.
CSFile file = client.getFile(new CSVPath(area+"/"+path.toString()));
fElement.addAttribute("delete",file.getKind()==CSHole.KIND?"true":"false");
Am I on the right track with this or is there another way to determine if a file was deleted?