I am developing a custom transformer with the C++ Plugin SDK (I use the IFMEDevFactory base class). I need to know the "Shared folders for transformers" of the FME app.
Which method I need to use?
Thanks in advance
I am developing a custom transformer with the C++ Plugin SDK (I use the IFMEDevFactory base class). I need to know the "Shared folders for transformers" of the FME app.
Which method I need to use?
Thanks in advance
Hi
Have a look in the registry, under "HKEY_CURRENT_USER\\Software\\Safe Software Inc.\\Feature Manipulation Engine", you'll find the value in the key "Shared Resource Directory"
David
Thanks a lot david! It works for me!