るりまサーチ

最速Rubyリファレンスマニュアル検索!
204件ヒット [201-204件を表示] (0.029秒)

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file path
  4. base file
  5. file open

ライブラリ

キーワード

検索結果

<< < 1 2 3 >>

Pathname#to_s -> String (14.0)

パス名を文字列で返します。

...パス名を文字列で返します。


//emlist[例][ruby]{
require 'pathname'

path = Pathname.new("/tmp/hogehoge")
File
.open(path)
//}...
<< < 1 2 3 >>