Detecting a symlink in Java

Posted by Matt Sheppard on Stack Overflow See other posts from Stack Overflow or by Matt Sheppard
Published on 2010-03-22T06:28:51Z Indexed on 2010/03/22 6:31 UTC
Read the original article Hit count: 568

Filed under:
|
|
|

Given a Java 'File' object, how can I detect whether or not it refers to a symlink?

(If it helps/matters, I know the file refers to a directory, not to a file)

© Stack Overflow or respective owner

Related posts about java

Related posts about unix