Checks if the given filename corresponds to a presentation file.
static bool isPresentationFile(String filename) { return _hasExtension(filename, ['ppt', 'pptx']); }