Field separator
Field type: java.lang.String
Member of: java.io.File
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 final JFileChooser fco = new JFileChooser("xml"+File.separator+"decoders"+File.separator);
2 new File(System.getProperty("isql.home", System.getProperty("user.home") + File.separator + ".iSQL-Viewer"));
3 final JFileChooser fci = new JFileChooser("xml"+File.separator+"decoders"+File.separator);
4 return new File(System.getProperty("netbeans.user")+File.separator+"system"+File.separator+"fss_log.dat");
5 delete(pn.getPath().replace('|','/') + File.separator +jarName + ".jar");
6 private File _prefsDir = new File(System.getProperty("user.home") + File.separator + ".middlegen");
7 reloadClassFilePath=path.concat(File.separator);
8 if (System.getProperty("org.cougaar.install.path").endsWith(File.separator))
9 StringTokenizer st = new StringTokenizer(path,File.separator);
10 if (!this.path.endsWith(File.separator))
11 return new File(_baseDirectory + File.separator + _boardName
12 String file= pwd + File.separator + "access.properties";
13 this.properties.load(new FileInputStream(System.getProperty("user.dir") + File.separator + "active-jms.properties"));
14 File fileTemp = new File(pathDir + File.separator+ tempNames[i]);
15 return new File(getTrackerDir() + ticket.getId() + File.separator +
16 welcomeFile.startsWith(java.io.File.separator) ||
17 !relativeName.startsWith( File.separator ))
18 int index = openPath.lastIndexOf (File.separator);
19 System.getProperty("user.dir")+File.separator+"error.log"
20 new File(diskPath + File.separator + shortFileName);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.