Gio.FileInfo.prototype.get_is_hidden

function get_is_hidden(): Boolean {
    // Gjs wrapper for g_file_info_get_is_hidden()
}
  

Checks if a file is hidden.

Returns

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