るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.020秒)
トップページ > バージョン:2.3.0[x] > クエリ:FileTest[x] > クラス:Shell::Filter[x] > クエリ:exist?[x]

別のキーワード

  1. _builtin filetest
  2. filetest exist?
  3. filetest file?
  4. filetest size?
  5. filetest pipe?

ライブラリ

検索結果

Shell::Filter#exist?(file) -> bool (54388.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列か IO オブジェクトを指定します。

@see FileTest.#exist? FileTest.#exists?

Shell::Filter#exists?(file) -> bool (9088.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列か IO オブジェクトを指定します。

@see FileTest.#exist? FileTest.#exists?