|
Java™ by example!
|
|
|
How do I determine if a pathname is absolute?
A pathname is absolute if it starts with the root. Main.java: (on a Windows system):
outputs:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|