Checks if string is an txt file.
static bool isTxt(String filePath) { return filePath.toLowerCase().endsWith(".txt"); }