DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23261>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23261

enhance <available type="symbolic_link" />





------- Additional Comments From [EMAIL PROTECTED]  2003-10-16 08:11 -------
>> Why can't  it be treated like just another file?
Because java.io.File#isSymbolicFile() does not exist.
So symbolic files that point to directories are treated as
directories (java.io.File#isDirectory() returns true),
symbolic files that point to non-existant files are
treats as not present (java.io.File#exists() returns false)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to