We talk about java 1.6 here. Since symoblic link is not yet supported, how can examine the existence of them.
1: tell wheather the link file itself exists (return tr
hmm..not yet supported..will it ever be supported is the question that comes to my mind looking at this question...symbolic links are platform specific and Java is supposed to b platform independent. i doubt if anything of the sort is possible with java as such..you may have to resort to native code for this portion and use JNI to bridge it with the rest of your program in java.