Gio.FileInfo.prototype.set_is_hidden

function set_is_hidden(is_hidden: Boolean): void {
    // Gjs wrapper for g_file_info_set_is_hidden()
}
  

Sets the "is_hidden" attribute in a Gio.FileInfo according to is_hidden. See %G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN.

is_hidden

a #gboolean.