るりまサーチ

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

別のキーワード

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

キーワード

検索結果

<< < 1 2 3 >>

Pathname#to_s -> String (16.0)

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

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


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

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