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