pathToInstalledExe property

String pathToInstalledExe

Returns the path that the script would be installed to if compiled with install = true.

Implementation

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