2
Nevidimka
For ini files location :
At the first launch, the plugin will look for an existing and writable file called WdxInfoPacker.ini into different location:
-Plugin dir
-TC dir
if this file does not exist or is not writable, it will create WdxInfoPacker.ini and Scheme.ini in %windir%
After the first launch the user can move those 2 files to one of the above location (where he has writing permission), this way the plugin will find existing & writable files
What location do you suggest for default creation path ?
- I'll try to "find" wincmd.ini because there you should have rights... but I'm not @ home at the moment
The exception comes because my plugin try to create file whereas the user has not the right(as you said...)
Suggestions :
-WdxFolder & PluginList in my ini : I dit it because this way, the user can use wdx plugin that he does not use within TC
(I tried to read TC ini but it's a bit complicated: read [ContentPlugin] section, then remove all "bad values" (detect string), extract plugin name and made it correspond to its path, I guess it's also why D1P uses its own plugin list in super_wdx)
-Path/Name of scheme in the ini:
Scheme.ini and wdxinfopacker used to be merged but I decided to split them for a cleaner structure.
I'll try : Scheme.ini (in the same dir as wdxinfopacker) will be the default file for scheme, if a value (don't know it's name yet) is set in wdxinfopacker then it will replace it , is that fine ?
-Support of commander path:
You mean for WdxFolder ?
As I said in totalcmd.net I'll see what I can do about that (maybe an easier workaround

)