getOutputPath method
Gets the absolute path to the output directory.
Implementation
String getOutputPath() {
return join(current, outputDir);
}
Gets the absolute path to the output directory.
String getOutputPath() {
return join(current, outputDir);
}