Method: Path#ftype

Defined in:
lib/path/file.rb

#ftypeObject

Returns “type” of file (“file”, “directory”, etc). See File.ftype.



42
43
44
# File 'lib/path/file.rb', line 42

def ftype
  File.ftype(@path)
end