#| -*-Scheme-*-
-$Id: pathnm.scm,v 14.40 2004/10/28 19:38:13 cph Exp $
+$Id: pathnm.scm,v 14.41 2004/11/26 04:47:24 cph Exp $
Copyright 1987,1988,1989,1990,1991,1992 Massachusetts Institute of Technology
Copyright 1993,1994,1995,1996,2000,2001 Massachusetts Institute of Technology
(and (pair? directory)
(eq? (car directory) 'ABSOLUTE))))
+(define (pathname-relative? pathname)
+ (let ((directory (pathname-directory pathname)))
+ (and (pair? directory)
+ (eq? (car directory) 'RELATIVE))))
+
(define (pathname-wild? pathname)
(let ((pathname (->pathname pathname)))
((host-type/operation/pathname-wild?
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.519 2004/11/26 04:42:06 cph Exp $
+$Id: runtime.pkg,v 14.520 2004/11/26 04:47:35 cph Exp $
Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology
pathname-new-name
pathname-new-type
pathname-new-version
+ pathname-relative?
pathname-simplify
pathname-type
pathname-version