= private = protected
ftype()
See File.ftype. Returns “type” of file (“file”, “directory”, etc).
static VALUE path_ftype(VALUE self) { return rb_funcall(rb_cFile, rb_intern("ftype"), 1, get_strpath(self)); }