The difference between pathseparator and separator in Java.io.File __pathseparator

Source: Internet
Author: User

Original: http://blog.csdn.net/spy19881201/article/details/6218722

File.pathseparator refers to a separator that separates successive multiple path strings, for example:
JAVA-CP Test.jar;abc.jar HelloWorld
is to mean ";"

File.separator is used to separate directories in the same path string, for example:
C:/Program Files/common Files
That means "/"

Separatorchar

public static final Char Separatorchar

The system-related default name separator. This field is initialized to the first character that contains the system property File.separator value. On UNIX systems, the value of this field is '/'; on a Microsoft Windows system, it is '/'.

Separator

public static final String separator

The system-related default name separator, which, for convenience, is represented as a string. This string contains only one character, that is, Separatorchar.

Pathseparatorchar

public static final Char Pathseparatorchar

The system-related path separator. This field is initially the first character that contains the Path.separator value of the system property. This character is used to delimit the file names in a sequence of files given in the form of a path list. On a UNIX system, this field is ': '; on a Microsoft Windows system, it is '; '.

PathSeparator

public static final String PathSeparator

The system-related path separator, which, for convenience, is represented as a string. This string contains only one character, that is, Pathseparatorchar.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.