るりまサーチ

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

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file atime
  4. file open

ライブラリ

キーワード

検索結果

<< < ... 3 4 5 >>

Pathname#to_s -> String (3020.0)

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

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


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

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