Hello, Is there a way to identify the directory of my XXE configuration from the "documentCreated()" and "documentOpened()" methods of a "DocumentHook".
I need to acces a configuration file when XXE load or open a document and the only way I find is to stock the file in the jar of my support code and to load it with "Class.getResource()". But now, I have several configurations which share the same jar file but need differents configuration files and this solution is no longer valid. Actually, all I need is to be able to make the difference between the configurations at this moment. Regards, Bernard Sauval Analyst Programmer MOPSYS s.a. Brussels, Belgium +32 2 764 95 73

