Hello,
I'm looking for a way to share data (one file) between two EXEs in my application. What's the best way to do so?
Basically each EXE must read and write properties in a file and this file should be kept private from any other applications...
Where should I put this file?
Is there a way to say that an application is "friend" of another one, so that it can read and write files in the other one's private directory?
Thank you to all people contributing to the thread!!

Reply With Quote

