るりまサーチ

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

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils rm_r
  5. fileutils cp_r

検索結果

Dir.exists?(file_name) -> bool (21200.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?...

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

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

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

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

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