= private = protected
lstat()
See File.lstat.
static VALUE path_lstat(VALUE self) { return rb_funcall(rb_cFile, rb_intern("lstat"), 1, get_strpath(self)); }