Android Path Separator Get getPathSeparator()

Here you can find the source of getPathSeparator()

Description

get Path Separator

Declaration

public static String getPathSeparator() 

Method Source Code

//package com.java2s;

public class Main {
    public static String getPathSeparator() {
        return java.io.File.pathSeparator;
    }//from  ww w  .j  a v a 2s .c  om
}

Related

  1. fixFileSeparators(String filename)
  2. getSeparator()
  3. isWindowsPathSeparator(String p_filename)
  4. fixFileSeparators(File file)