Eliminate FOLDER-VALID?, replacing it with the more sensible
authorChris Hanson <org/chris-hanson/cph>
Mon, 22 May 2000 03:44:22 +0000 (03:44 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 22 May 2000 03:44:22 +0000 (03:44 +0000)
URL-EXISTS?.

v7/src/imail/imail-file.scm

index 23d301b04ae2d53deb3517b41244cb4525af25d8..f976f6131e6f2df8caedc11f9d4ef8e47f1a8c90 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-file.scm,v 1.33 2000/05/22 03:36:57 cph Exp $
+;;; $Id: imail-file.scm,v 1.34 2000/05/22 03:44:22 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -36,7 +36,7 @@
 (define-method url-body-container-string ((url <file-url>))
   (directory-namestring (file-url-pathname url)))
 
-(define-method url-valid? ((url <file-url>))
+(define-method url-exists? ((url <file-url>))
   (file-exists? (file-url-pathname url)))
 
 (define (define-file-url-completers class filter)