Older Newer
Thu, 12 Dec 2019 02:48:37 . . . . SyneRyder [first definition]


Changes by last author:

Added:
= filterInstallDir =

== Syntax ==

char* filterInstallDir

== Description ==

The full path name of the directory from which your filter was loaded (which is presumably the directory in which it was installed). This can be useful for locating files (such as HTML help files) which were installed as separate resources in your filter's installation directory.

== Comment ==

Note that at filter design time, filterInstallDir will contain the name of the directory from which FilterMeister itself was loaded, not the directory from which your target filter will ultimately be loaded at run-time.

== Example ==

<code>

Info(filterInstallDir);

</code>