52件ヒット
[1-52件を表示]
(0.105秒)
ライブラリ
-
net
/ ftp (22) -
net
/ imap (12) - pathname (12)
-
shell
/ command-processor (6)
クラス
-
Net
:: FTP (12) -
Net
:: FTP :: MLSxEntry (10) -
Net
:: IMAP (12) - Pathname (12)
-
Shell
:: CommandProcessor (6)
検索結果
先頭5件
-
Net
:: IMAP # rename(mailbox , newname) -> Net :: IMAP :: TaggedResponse (21218.0) -
RENAME コマンドを送り、指定したメールボックスをリネームします。
...RENAME コマンドを送り、指定したメールボックスをリネームします。
@param mailbox リネームするメールボックス(文字列)
@param newname リネーム後の名前(文字列)
@raise Net::IMAP::NoResponseError 指定した名前のメールボックスを
リ... -
Pathname
# rename(to) -> 0 (21124.0) -
File.rename(self.to_s, to) と同じです。
...File.rename(self.to_s, to) と同じです。
@param to ファイル名を表す文字列を指定します。
@see File.rename... -
Shell
:: CommandProcessor # rename(from , to) -> 0 (21108.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param from ファイルの名前を文字列で与えます。
@param to 新しいファイル名を文字列で与えます。
@see File.rename... -
Net
:: FTP # rename(fromname , toname) -> nil (21102.0) -
ファイルをリネームします。
...という名前のファイルを
toname という名前に変更します。
@param fromname 変更前のファイル名を与えます。
@param toname 変更後のファイル名を与えます。
@raise Net::FTPReplyError 応答コードが正しくない場合に発生します。リネーム... -
Net
:: FTP :: MLSxEntry # renamable? -> bool (3007.0) -
名前が変更可能であれば true を返します。
...名前が変更可能であれば true を返します。
Net::FTP#rename が使えるかどうかを意味します。...