FtpURI.st
changeset 1276 fd3f0d37513c
parent 1275 7f2285cefdec
child 1284 57550436b55b
--- a/FtpURI.st	Mon Jul 14 14:11:54 2003 +0200
+++ b/FtpURI.st	Mon Jul 14 15:03:51 2003 +0200
@@ -346,10 +346,16 @@
     "there is nothing like a relative ftp URI"
 
     ^ true
+!
+
+isRemote
+    "return true, if this is a remote URI"
+
+    ^ true
 ! !
 
 !FtpURI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/FtpURI.st,v 1.10 2003-07-14 12:11:54 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/FtpURI.st,v 1.11 2003-07-14 13:03:51 stefan Exp $'
 ! !