るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. pop n_mails
  3. openssl n
  4. pop n_bytes
  5. rsa n=

検索結果

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

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

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

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

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

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

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

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