Field pathSeparatorChar
Field type: char
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
buf.append(File.pathSeparatorChar);
2
buf.append(File.pathSeparatorChar);
3
dosStyleFilesystem = File.pathSeparatorChar == ';';
4
cp.append(File.pathSeparatorChar);
5
StringTokenizer st = new StringTokenizer (paths, "" + File.pathSeparatorChar);
6
b.append(File.pathSeparatorChar);
7
result.append(File.pathSeparatorChar);
8
classpath = installdir + File.pathSeparatorChar + classpath;
9
if (classpath.charAt(aktPos) == File.pathSeparatorChar) aktPos++;
10
fqFilename = fqFilename.replace(File.pathSeparatorChar, '_');
11
buildClassPath.append(File.pathSeparatorChar).append(
12
buf.append(File.pathSeparatorChar);
13
child.setDestination( m_destination + File.pathSeparatorChar +
14
_pathField.setText( s.replace( File.pathSeparatorChar, '\n' ) );
15
if(args[i].indexOf(java.io.File.pathSeparatorChar)==-1){
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.