Allows to add new search path to be used by vortex_support_find_data_file. This function allows to configure how Vortex Library lookups files. This is important to locate dtd file definitions, SSL certificates and so on. You can also use this API to install and configure application level files that will be used by your profile implementation. Once a path is added, vortex_support_find_data_file function will lookup on the provided paths. The function will add the search path using "default" as domain. If you want to configure a more especific domain use vortex_support_add_domain_search_path.
References vortex_support_add_domain_search_path(). Referenced by vortex_init_ctx(). |