What is the
DIRECTORY_SEPARATOR
constant contain?
I can’t find anything on google explaining this but its used in my OOP book.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Either ‘/’ or ‘\’ depending on your OS. Use it when specifying paths to make code more portable between Unix-y systems and Windows.