るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file lstat
  4. file atime
  5. file size

検索結果

File.exists?(path) -> bool (117349.0)

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

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

FileTest.#exists?(file) -> bool (63604.0)

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

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

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

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

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

Shell#exists?(file) -> bool (45625.0)

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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