Description
string filetype(string filename);
    Returns the type of the file. Possible values are
    fifo, char, dir,
    block, link, file, and
    unknown.
  
    Returns false if an error occurs.
    
     The results of this function are cached. See
     clearstatecache() for more details.