runtimeDir method

String runtimeDir(
  1. ServiceDescriptor d
)

The service-owned directory that holds the staged runtime copy.

Implementation

String runtimeDir(svc.ServiceDescriptor d) => '${serviceHomeDir(d)}\\bin';