File Directory Ruby

file2 = File.open("C:\\Ruby\\Sample"){|f| puts "The file object is #{f}"}
puts file2