If you mean File.separator and File.pathSeparator then:
-
File.pathSeparatoris used to separate individual file paths in a list of file paths. Consider on windows, the PATH environment variable. You use a;to separate the file paths so on WindowsFile.pathSeparatorwould be;. -
File.separatoris either/or\that is used to split up the path to a specific file. For example on Windows it is\orC:\Documents\Test