Appends path to the search path list for type.
This function was written primary for use within modules in larger applications, for example MCS plugins.
For example, if you need to add a specific path to the search path list in your MCS, you should call resource_push_path prior to calling one of the resource search functions and call resource_pop_path right afterwards.
| type |
type of the resource which search list should be expanded. |
| path |
search path to add. |