1件ヒット
[1-1件を表示]
(0.030秒)
ライブラリ
- ビルトイン (1)
クラス
-
File
:: Stat (1)
検索結果
-
File
:: Stat # birthtime -> Time (72559.0) -
作成された時刻を返します。
作成された時刻を返します。
@raise NotImplementedError Windows のような birthtime のない環境で発生します。
//emlist[][ruby]{
File.write("testfile", "foo")
sleep 10
File.write("testfile", "bar")
sleep 10
File.chmod(0644, "testfile")
sleep 10
File.read("testfile")
File.stat("testfile").birthtime #=> 2014-02-24 11:19:17 +0900...