getOutputPath method

String getOutputPath()

Gets the absolute path to the output directory.

Implementation

String getOutputPath() {
  return join(current, outputDir);
}