Is this string for Enclst file name?
bool isEnclst(String s) { if (s.endsWith('.enclst')) { return true; } else { return false; } }