Skip to main content
Question

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

  • February 8, 2016
  • 2 replies
  • 22 views

ahuarte47
Contributor
Forum|alt.badge.img+3

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • February 8, 2016

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


ahuarte47
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • February 8, 2016

Thanks a lot david! It works for me!