pathToExe property

String pathToExe

Returns the path to the executable if it was to be compiled into its local directory (the default action of compile).

Implementation

String get pathToExe => join(pathToScriptDirectory, exeName);