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