Snippets tagged “path-separator”
1 snippet uses this tag.
- When should I use File.separator and when File.pathSeparator?Java
In Java, the File.separator field is a string that represents the separator character used in file paths on the current operating system.