getPathSeparator static method

String getPathSeparator()

Implementation

static String getPathSeparator(){
  return Platform.pathSeparator;
}