Lecture 16
29
“\” vs “/”
•
Windows uses one, Unix the other
•
Java knows about both
•
File.java (in the Java API) declares
public static final String separator
•
JFile.java declares
public static String separator =
File.separator