scsh-hackers
[Top] [All Lists]

[Scsh-hackers] fileinfo.scm and file-info

To: scsh-hackers@lists.sourceforge.net
Subject: [Scsh-hackers] fileinfo.scm and file-info
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: Sat Oct 6 09:05:01 2001
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
IMHO it would be rather sensible if most of the procedures of
fileinfo.scm (file-directory?..., file-not-readable?...) would accept
a file-info record in addition to fname, fd and port so you can
perform multiple tests with a single call to stat. 

The implementation would be very easy as all these procedures call
file-info anyway.

Comments?

-- 
Martin



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-hackers] fileinfo.scm and file-info, Martin Gasbichler <=