path -> String
to_path -> String
オープンしているディレクトリのパス名を文字列で返します。
例:
Dir.open("..") do |d| d.path # => ".." d.to_path # => ".." end