るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.021秒)
トップページ > クエリ:file[x] > クエリ:rename[x] > ライブラリ:pathname[x]

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file atime
  4. file truncate
  5. file ctime

クラス

検索結果

Pathname#rename(to) -> 0 (18147.0)

File.rename(self.to_s, to) と同じです。

...File.rename(self.to_s, to) と同じです。

@param to ファイル名を表す文字列を指定します。


@see File.rename...