In message <000201c28a07$0c154580$6400a8c0@s2701>, "Bill Chmura" writes: >Someone on the ANT-dev mailing list suggested I talk with the >apache-commons folk for possible help... > >Any ideas?
If the problem is that you can't tell if a symlink points to a file or a directory, the only way I know to tell is by listing what the symlink points to (which could be another symlink) recursively until you end up with either a file or a directory (making sure to avoid an infinite loop caused by cycles in the graph). daniel -- To unsubscribe, e-mail: <mailto:commons-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-user-help@;jakarta.apache.org>
