るりまサーチ

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

別のキーワード

  1. pathname glob
  2. pathname realpath
  3. pathname sub
  4. pathname open
  5. pathname ascend

クラス

検索結果

Pathname#writable? -> bool (39103.0)

FileTest.writable?(self.to_s) と同じです。

...FileTest.writable?(self.to_s) と同じです。


@see FileTest.#writable?...

Pathname#world_writable? -> bool (27103.0)

FileTest.world_writable?(self.to_s) と同じです。

...FileTest.world_writable?(self.to_s) と同じです。


@see FileTest.#world_writable?...