I want to write in a file which already exist in the resources:
GlobalVariable.content += "\nMicrocity";
File.WriteAllText(Properties.Resources.Favori, GlobalVariable.content);
But I have an error like:
A name of empty access path is not legal.