﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1386	file-read-access? returns #f for non-existent files	Vasilij Schneidermann		"As seen on IRC:

> <Seylerius> Hrm. Isn't `file-read-access?` supposed to error out on a nonexistent file?

Expected outcome:

{{{#!scheme
(file-read-access? ""/con/con"") ;=> <file error>
}}}

Actual outcome:

{{{#!scheme
(file-read-access? ""/con/con"") ;=> #f
}}}

I've worked out a patch with the help of TheLemonMan on IRC."	defect	closed	minor	5.0	core libraries	4.12.0	fixed	posix		easy
