Hi
I'm building file system with java trees.
I want to recognize if the file is symolic linlk - i didn't find an y methdos such as "File.isLink" - any idea how should i do it ?
otherwise its become the running time become huge.. ( I program so it will stop if there will be loops but still it take lot of time )
