get_is_hidden


Description:

public bool get_is_hidden ()

Checks if a file is hidden.

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

Parameters:

this

a FileInfo.

Returns:

true if the file is a hidden file, false otherwise.