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=24296>.
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=24296

"import" fails to find absolute files without drive specifier (windows only)





------- Additional Comments From [EMAIL PROTECTED]  2003-10-31 15:52 -------
Files with only a leading slash and no leading drive on Windows _are_ relative,
at least to the extent that they are not fully absolute. They are relative to
the current drive, as opposed to the current dir.

On this basis, any code that only deals with the idea of just relative and
absolute thus has to treat this case as relative. If it can handle the windows,
'drive-relative' case as well, that's even better of course.

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

Reply via email to