getPath method

String? getPath()

Get the path to configuration file..

Return the path to configuration file.

Implementation

String? getPath() {
  return _path;
}