るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.013秒)
トップページ > バージョン:2.1.0[x] > クエリ:pathname[x] > クエリ:directory?[x]

別のキーワード

  1. pathname glob
  2. pathname opendir
  3. pathname descend
  4. pathname realpath
  5. pathname ascend

ライブラリ

クラス

検索結果

Pathname#directory? -> bool (105304.0)

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

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


@see FileTest.#directory?