instance method File::Stat#mode

mode -> Integer[permalink][rdoc][edit]

ファイルモードを返します。


fs = File::Stat.new($0)
printf "%o\n", fs.mode
#例
#=> 100644