るりまサーチ (Ruby 3.2)

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

別のキーワード

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

ライブラリ

クラス

検索結果

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

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

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

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