path property

String get path

Path of the directory containing the host executable.

Implementation

_i2.String get path => _i3.getProperty(
      this,
      'Path',
    );
set path (String value)

Implementation

set path(_i2.String value) {
  _i3.setProperty(
    this,
    'Path',
    value,
  );
}