C
CSharper
I have a resource file I have created using ResourceWriter, next time
when it runs, I want to check if the resource already exists and if
does, I want to open it and add more objects to resource. What is the
correct way of doing it?
If I do ResourceWriter rw = new ResourceWriter(resourcename)
it will overwrite the existing resource file, is there an option to
open the resource file in a read/write mode so that I can remove any
objects I want to remove and add objects I want to add?
Thanks,
when it runs, I want to check if the resource already exists and if
does, I want to open it and add more objects to resource. What is the
correct way of doing it?
If I do ResourceWriter rw = new ResourceWriter(resourcename)
it will overwrite the existing resource file, is there an option to
open the resource file in a read/write mode so that I can remove any
objects I want to remove and add objects I want to add?
Thanks,