RT once stressed that it is *very important* that directories keep their slash.
It's not a Windows vs other platforms issue. The platform is rebol, so if there is a problem reading directory paths with a slash on some platforms, then that is an issue for RT to solve. We in rebol-land can just assume that all directories finish with a slash. I also don't think there is a need to contact RT about this minor matter. Let's just fix the code and resubmit to the library. The reason for the slash removal is probably just for display formatting purposes, I'd guess. Anton. > Anton > > > The second line removes the slash, for reasons unknown. > > Agreed. Commenting this line out fixes the issue. I thought it might be a > "cut & paste" error (from request-file) but no. Perhaps it is needed to > address behavioural differences under other ports (Linux)? > > > It is better to keep the final slash for a directory, in my opinion. > > Under Windows at least, agreed. > > > Gregg > > > In which case, we'd want to make sure that the slash is *always* there, > > correct? Anyone care to cast their votes about how this should behave? > > As per above, I'd find out what problem was being addressed by this code > before we ask RT to "fix" anything (although an obvious fix would be to > have 'what-dir 'dirize its result). > > > Regards, > > Ashley -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.