pathToInstalledExe property

String pathToInstalledExe

Returns the path that the script would be installed to if compiled with dcli with the --install switch.

Implementation

String get pathToInstalledExe => join(Settings().pathToDCliBin, exeName);