dir?(path)
for corrupted windows stat(2)
# File actionwebservice/setup.rb, line 51 def File.dir?(path) File.directory?((path[-1,1] == '/') ? path : path + '/') end