Trace: » plugins » cookies » userdir » xml_layer » dataobject » fileobject » serial_java » gui_building » fileattributes » java_file_naming
Java is cross platform, so how does it deal with path names?
- ”/” 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.