[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] Re: #211: add a `file-type' procedure to posix unit
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] Re: #211: add a `file-type' procedure to posix unit |
Date: |
Sun, 11 Jul 2010 13:12:58 -0000 |
#211: add a `file-type' procedure to posix unit
-----------------------------+----------------------------------------------
Reporter: felix | Owner: felix
Type: enhancement | Status: assigned
Priority: critical | Milestone: 4.6.0
Component: core libraries | Version: 4.5.x
Resolution: | Keywords: posix
-----------------------------+----------------------------------------------
Changes (by felix):
* version: => 4.5.x
* milestone: => 4.6.0
Comment:
The situation is now as follows (master, commit 0cc55fe):
`file-type' takes an optional flag indicating whether a non-existing file
should dsignal an error or if the function should return #f (defaults to
signalling an error).
All the file-type predicates return #f if given a filename and the file
does not exist.
All file-type predicates with the exception of `symbolic-link?` follow
symlinks.
If this agrees with you, please close the ticket.
--
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/211#comment:5>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.