Working version: tilde-expansion, patterns
authorStefan Vogel <sv@exept.de>
Mon, 14 Jul 2003 00:40:50 +0200
changeset 1270 01f4dc0293cd
parent 1269 17546758fc7a
child 1271 ca2e206e7c7f
Working version: tilde-expansion, patterns
URI.st
--- a/URI.st	Sat Jul 12 17:07:49 2003 +0200
+++ b/URI.st	Mon Jul 14 00:40:50 2003 +0200
@@ -210,9 +210,8 @@
 
 !URI methodsFor:'subclass responsibility'!
 
-pathExists
-
-    "returns true if path exists"
+exists
+    "return true if the resource represented by this uri exists"
 
     ^ self subclassResponsibility
 !
@@ -253,5 +252,5 @@
 !URI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/URI.st,v 1.6 2003-07-11 12:47:46 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/URI.st,v 1.7 2003-07-13 22:40:50 stefan Exp $'
 ! !