るりまサーチ

最速Rubyリファレンスマニュアル検索!
15件ヒット [1-15件を表示] (0.187秒)
トップページ > クエリ:i[x] > クエリ:l[x] > クエリ:d[x] > クエリ:exists?[x]

別のキーワード

  1. kernel $-l
  2. matrix l
  3. _builtin $-l
  4. lupdecomposition l
  5. $-l _builtin

検索結果

Dir.exists?(file_name) -> bool (27300.0)

このメソッドは Ruby 2.1 から deprecated です。Dir.exist? を使用してください。

...このメソッドは Ruby 2.1 から deprecated です。Dir.exist? を使用してください。...

Shell::CommandProcessor#exists?(file) -> bool (27300.0)

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

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

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

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