birthtime()
public
Returns the birth time for the file. If the platform doesn’t have
birthtime, returns ctime.
See File.birthtime.
static VALUE
path_birthtime(VALUE self)
{
return rb_funcall(rb_cFile, rb_intern("birthtime"), 1, get_strpath(self));
}