Hey, On Mon, Feb 6, 2012 at 5:56 PM, John Faris <[email protected]> wrote: > How to change FileAttributes.ContainsNoMetaData to > FileAttributes.ContainsMetaData resource added file.
There's no direct way to modify that with Cecil, has it treats .files with metadata has a module, and .files without metadata as resource. If you just want to flip the bit, you'll have to resort to ildasm/ilasm. Jb -- -- mono-cecil
