るりまサーチ (Ruby 2.4.0)

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

別のキーワード

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

クラス

検索結果

Pathname#directory? -> bool (117310.0)

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

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


@see FileTest.#directory?