How To Write To An Embedded Resource

PHOTO EMBED

Thu Feb 23 2023 14:51:42 GMT+0000 (Coordinated Universal Time)

Saved by @javicinhio #cs

if(!Exists(new PhysicalResource())) //Check to see if a physical resource exists.
{
    PhysicalResource.Create(); //Extract embedded resource to disk.
}

PhysicalResource pr = new PhysicalResource(); //Create physical resource instance.

pr.Read(); //Read from physical resource.

pr.Write(); //Write to physical resource.
content_copyCOPY

Merle cabeza para esta operatividad.

https://stackoverflow.com/questions/3736267/how-to-write-to-an-embedded-resource