# File lib/fakefs/file.rb, line 143
    def self.ftype(filename)
      File.lstat(filename).ftype
    end