[Seaside-dev] Seaisde-Filesystem-mls. *

Philippe Marschall philippe.marschall at gmail.com
Thu Jun 4 19:50:14 UTC 2009


2009/6/4 Michael Lucas-Smith <mlucas-smith at cincom.com>:
>
>> I don't think we can assume that all platforms use / as a path separator
>> ;-)
>>
>>
>
> I may be wrong, but I thought the method #localNameOf: converts URLs to
> local filenames for the current platform.

Uhm no, it returns the local name of a file path. Eg if the path is
'C:\Windows\win32.dll' and the platform is Windows the it would return
'win32.dll'.

> If not, then I guess I'd like to
> add a "primitive" for that. That way, the WAExternalFileStream can work with
> WAUrl right up until the very last moment it decides to talk to the file
> system.

There is no WAExternalFileStream.

> At least, that's what I was hoping to do.. I may have completely
> misunderstood #localNameOf:, since it has no comment describing what it's
> meant to achieve :)

True, I'll see what I can do.

Cheers
Philippe


More information about the seaside-dev mailing list