Ruby 3.3 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
File::Statクラス
mode
instance method File::Stat#mode
mode -> Integer
[
permalink
][
rdoc
][
edit
]
ファイルモードを返します。
fs
=
File
::
Stat
.
new
(
$0
)
printf
"
%o\n
"
, fs
.
mode
#例
#=> 100644