isChm static method
Checks if string is an chm file.
Implementation
static bool isChm(String filePath) {
return filePath.toLowerCase().endsWith(".chm");
}
Checks if string is an chm file.
static bool isChm(String filePath) {
return filePath.toLowerCase().endsWith(".chm");
}