File.pathSeparatorChar

File.pathSeparatorChar

Class Overview | Class Members | This Package | All Packages

Syntax
public static final char pathSeparatorChar
Description
The system-dependent path separator character. This field is initialized to contain the first character of the value of the system property path.separator. This character is often used to separate filenames in a sequence of files given as a "path list".

See Also
getProperty