getCmdDir static method

String? getCmdDir()

Implementation

static String? getCmdDir() {
  return _platform['COMSPEC'];
}