[BUG?] UnixFileDirectory

David Pennell dpennell at quallaby.com
Mon Mar 20 23:33:30 UTC 2000


UnixFileDirectory>>setPathName: wants to always prepend a / to a pathname.
This precludes use of relative directories, something that DosFileDirectory
allows (I don't know anything about Mac file naming).

The method comment:
"Unix path names start with a leading delimiter character"

It seems to me that the Unix version is wrong.  If nobody disagrees, I'll
publish
the trivial changeset.

-david





More information about the Squeak-dev mailing list