Join file name and folder name together
File.join('home','matz') # => 'home/matz': relative File.join('','home','matz') # => '/home/matz': absolute