Checks whether specified directlry or file is symbolic link. (thread-safe) @param pathName is path to check @return true if specified directory or file is link (symlink)
(String pathName)
| 603 | * @return true if specified directory or file is link (symlink) |
| 604 | */ |
| 605 | public native boolean isLink(String pathName); |
| 606 | |
| 607 | private static final int HYPH_NONE = 0; |
| 608 | private static final int HYPH_ALGO = 1; |
no outgoing calls
no test coverage detected