Use new directory reader to get better attribute information from
authorChris Hanson <org/chris-hanson/cph>
Mon, 6 Jan 1997 00:18:19 +0000 (00:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 6 Jan 1997 00:18:19 +0000 (00:18 +0000)
Win32.  This requires microcode 11.156 and runtime 14.172.

v7/src/edwin/dos.scm

index 0c54e31f8e386cfae75cc6e437177cc772dbb9b2..cb46e5ec019490adf1134a45ca8fd5bdad483cac 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: dos.scm,v 1.43 1997/01/05 23:46:13 cph Exp $
+;;;    $Id: dos.scm,v 1.44 1997/01/06 00:18:19 cph Exp $
 ;;;
 ;;;    Copyright (c) 1992-97 Massachusetts Institute of Technology
 ;;;
@@ -251,7 +251,7 @@ Switches may be concatenated, e.g. `-lt' is equivalent to `-l -t'."
    name))
 \f
 (define (win32/read-dired-files file all-files?)
-  (map (lambda (entry) (cons (->namestring (car entry)) (cdr entry)))
+  (map (lambda (entry) (cons (file-namestring (car entry)) (cdr entry)))
        (let ((entries (directory-read file #f #t)))
         (if all-files?
             entries