updateAssociations

Apply query for file with fileName. This should be mimeapps.list file. If file does not exist it will be created.

  1. void updateAssociations(string fileName, AssociationUpdateQuery query)
    @trusted
    void
    updateAssociations
    (
    string fileName
    ,)
  2. void updateAssociations(AssociationUpdateQuery query)

Throws

inilike.file.IniLikeReadException if errors occured during the file reading. ErrnoException if errors occured during the file writing.

Meta