Rails
Ruby 2.6.0
6.1
6.0
5.2
5.1
5.0
4.2
2.5.0
2.7.0
3.0
instance method File::Stat#mode
mode -> Integer
[
permalink
][
rdoc
][
edit
]
ファイルモードを返します。
fs = File::Stat.new($0) printf "%o\n", fs.mode #例 #=> 100644