るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.086秒)
トップページ > クエリ:i[x] > クエリ:Time[x] > クエリ:time[x] > ライブラリ:pathname[x] > クエリ:ctime[x]

別のキーワード

  1. time httpdate
  2. time iso8601
  3. time rfc2822
  4. time strptime
  5. time parse

クラス

検索結果

Pathname#ctime -> Time (36739.0)

File.ctime(self.to_s) を渡したものと同じです。

...ile.ctime(self.to_s) を渡したものと同じです。

//emlist[例][ruby]{
require 'pathname'

I
O.write("testfile", "test")
pathname
= Pathname("testfile")
pathname
.ctime # => 2019-01-14 00:39:51 +0900
sleep 1
pathname
.chmod(0755)
pathname
.ctime # => 2019-01-14 00:39:52 +0900
//}

@see File.cti...