# File setup.rb, line 32
def File.dir?(path)
  File.directory?((path[-1,1] == '/') ? path : path + '/')
end