るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

検索結果

Pathname#directory? -> bool (41201.0)

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

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


@see FileTest.#directory?...