configExists method

bool configExists()

Checks if config file exists.

Implementation

bool configExists() {
  return FileUtils.exists(configPath);
}