Question

How I get the "Shared folders for transformers" in a C++ Plugin ?

  • 8 February 2016
  • 2 replies
  • 4 views

Badge

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


2 replies

Userlevel 4

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

Badge

Thanks a lot david! It works for me!

Reply