getPathExtensions static method

List<String>? getPathExtensions()

Implementation

static List<String>? getPathExtensions() {
  return _platform['PATHEXT']?.split(";");
}