Java is cross platform, so how does it deal with path names?

  1. ”/” is always the path name separator. this character will be changed depending on the system, so don't tell java something like “c:>\mywindowsfile\Program Files\blablabla” because it's not going to work.

Personal Tools