chickadee » pathfinder » dirent-pathname

dirent-pathname DIRENT FILENAMEprocedure

Return the absolute pathname associated with FILENAME in DIRENT. You might use this when performing a query that cannot be answered by the stat cache.

(define (pf:execute-access? de fn)
  (file-execute-access?
   (dirent-pathname de fn)))