6件ヒット
[1-6件を表示]
(0.107秒)
ライブラリ
- ビルトイン (1)
-
net
/ ftp (1) - pathname (2)
-
shell
/ command-processor (2)
クラス
-
File
:: Stat (1) -
Net
:: FTP :: MLSxEntry (1) - Pathname (2)
-
Shell
:: CommandProcessor (2)
検索結果
先頭5件
-
Net
:: FTP :: MLSxEntry # writable? -> bool (63307.0) -
ファイルに書き込めるなら true を返します。
ファイルに書き込めるなら true を返します。 -
Pathname
# writable? -> bool (63307.0) -
FileTest.writable?(self.to_s) と同じです。
FileTest.writable?(self.to_s) と同じです。
@see FileTest.#writable? -
Shell
:: CommandProcessor # writable?(file) -> bool (63304.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#writable? -
File
:: Stat # writable? -> bool (54343.0) -
書き込み可能な時に真を返します。
書き込み可能な時に真を返します。
//emlist[][ruby]{
p File::Stat.new($0).writable? #=> true
//} -
Pathname
# world _ writable? -> bool (27307.0) -
FileTest.world_writable?(self.to_s) と同じです。
FileTest.world_writable?(self.to_s) と同じです。
@see FileTest.#world_writable? -
Shell
:: CommandProcessor # world _ writable? (27307.0) -
@todo
@todo