Another SAR/DVS feature request

Ned Konz ned at bike-nomad.com
Thu Dec 5 18:41:16 UTC 2002


On Thursday 05 December 2002 10:37 am, Stephen Pair wrote:
> In the above, you'd need the URI
> object to access the objects in the path sequentially.  For
> example, it first asks "some" to get member "path"; then it asks
> "path" to get member "to"; then it asks "to" to get member
> "some.zip"; then it asks "some.zip" to get member "membername".
>  Actually, you'd probably want to pass the entire remaining portion
> of the path at each step...details.

Which works fine if you have the thing actually in existence. However, 
you can't answer any questions about it or parse the path if you 
don't have it available. We need to be able to ask the URI "what is 
the name of the zip file" and "what is the member name" without the 
thing necessarily existing.

So maybe it would be better to be explicit, like:

zip:///path/to/some.zip&member="memberName"

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list