[Seaside] Magma on seasidehosting

Keith Hodges keith_hodges at yahoo.co.uk
Fri Sep 1 00:42:40 UTC 2006


Lukas,

I cant see how this fix would work seeing as Magma calls FileDirectory 
exists which calls

FileDirectory>>primLookupEntryIn: fullPath index: index

best regards

Keith
>
> Ouch, I forgot a #pathName, try this instead:
>
> UnixFileDirectory >>directoryExists: filenameOrPath
>     "Handles the special case of testing for the root dir: there isn't a
>     possibility to express the root dir as full pathname like '/foo'."
>
>     ^ filenameOrPath = '/'
>         or: [ filenameOrPath = self class default pathName
>         or: [ super directoryExists: filenameOrPath ] ]
>

Send instant messages to your online friends http://uk.messenger.yahoo.com 


More information about the Seaside mailing list