I'm working for some class library project and required to store some tiny data in a text file say JSON and need to do the read/write operations.
- This DLL will be referenced to any project in the C# development so I am unable to hard-code with the file absolute path.
- I need to do with the embed resource and I am unable to write it back. How can I achieve this write operation within the class library ?
this helped me to read such file content and stuck in writing it back