get_file_type
Description:
Gets a file's type (whether it is a regular file, symlink, etc).
This is different from the file's content type, see get_content_type .
Parameters:
this |
a FileInfo. |
Returns:
a FileType for the given file. |