るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.126秒)

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file umask
  4. file lstat
  5. file separator

ライブラリ

クラス

検索結果

File::Stat#blocks -> Integer (63361.0)

割り当てられているブロック数を返します。

割り当てられているブロック数を返します。

//emlist[][ruby]{
fs = File::Stat.new($0)
#例
p fs.blocks #=> nil
//}