Hi, Why the method 'isSymlink(File file)' which is in the org.apache.commons.iopackage does not check whether the file exists? Maybe this method only be used in some method of the FileUtils class and the check logic is provided in these method, but the modifier of this mehod is "public", it may be provided to other external users. I think this method should add some code to check whether the file exists. what do you think about?
Shukai