I have an app where users can create plugins for my application and drop their dll in a /plugins folder.
The plugin developers will sometimes have to reference files (xml config files, etc) which should be stored in their respective /plugins/plugin_app/ folder.
However, it seems that when they launch my app the relative path is always set to the folder where the EXE is launched (my application). How do I solve this problem?