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