resetPath method

ConfigFile resetPath()

Clear the stored route. This means that you can get the root ConfigFile instance.

Implementation

ConfigFile resetPath() {
  route.clear();
  return this;
}