るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.028秒)
トップページ > クラス:File::Stat[x] > バージョン:2.2.0[x] > クエリ:_builtin[x] > クエリ:stat[x] > クエリ:new[x] > クエリ:file?[x]

別のキーワード

  1. _builtin stat
  2. pathname stat
  3. gc stat
  4. csv stat
  5. stat file?

ライブラリ

検索結果

File::Stat#file? -> bool (87361.0)

通常ファイルの時に真を返します。

...通常ファイルの時に真を返します。

//emlist[][ruby]{
p File::Stat.new($0).file? #=> true
//}...