FilterLoader::loadDirectory Method

Loads all *.ftf files in the passed in directory and adds them to the list of available frame filters.
Syntax:
static void loadDirectory( const std::wstring& path );
Parameter Description
path

The path to be searched for additional frame filters.

Information:

Introduced in version 3.5

See also: FilterLoader

<< FilterLoader