= private = protected
mtime()
Returns the last modified time of the file.
See File.mtime.
static VALUE path_mtime(VALUE self) { return rb_funcall(rb_cFile, id_mtime, 1, get_strpath(self)); }