Luke Bayes wrote:

> 
> I was able to faithfully reproduce the problem as follows:
> 
> FileUtils.touch('fcsh.exe')
> puts "exists?: #{File.exists?('fcsh')}"
> 
> # exists?: true
> 


Are you really sure 'fcsh' did not exist before the touch?  There is 
nothing in the above code snippet to demonstrate that is the case (like 
a File.exists?('fcsh') before the 'touch'...)

-- 
Posted via http://www.ruby-forum.com/.