Android Path Separator Get getSeparator()

Here you can find the source of getSeparator()

Description

get Separator

Declaration

public static String getSeparator() 

Method Source Code

//package com.java2s;

public class Main {
    public static String getSeparator() {
        return System.getProperty("file.separator");
    }//from   w w  w . ja  v  a 2s.co m
}

Related

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