setPath method

void setPath(
  1. String path
)

Set the path to configuration file.

  • path a new path to configuration file.

Implementation

void setPath(String path) {
  _path = path;
}