get_file_type


Description:

public FileType get_file_type ()

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 .

It is an error to call this if the FileInfo does not contain g_file_attribute_standard_type.

Parameters:

this

a FileInfo.

Returns:

a FileType for the given file.