るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.016秒)
トップページ > クラス:File[x] > 種類:特異メソッド[x] > クエリ:filetest[x] > クエリ:size[x] > バージョン:2.1.0[x]

別のキーワード

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

ライブラリ

検索結果

File.size(path) -> Integer (54406.0)

FileTest.#size と同じです。

...
File
Test.#size と同じです。

@param path パスを表す文字列か IO オブジェクトを指定します。...

File.size?(path) -> Integer | nil (18406.0)

FileTest.#size? と同じです。

...
File
Test.#size? と同じです。

@param path パスを表す文字列か IO オブジェクトを指定します。...