るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document to_s
  4. rexml/document clone
  5. rexml/document node_type

ライブラリ

検索結果

Net::FTP#rename(fromname, toname) -> nil (78310.0)

ファイルをリネームします。

...いう名前に変更します。

@param fromname 変更前のファイル名を与えます。
@param toname 変更後のファイル名を与えます。

@raise Net::FTPReplyError 応答コードが正しくない場合に発生します。リネームに失敗した場合に発生します。...