This method of the Direct3dRM Class adds a list of directories to the end of the current file search path.
public void addSearchPath(String name);
name | A string specifying the path to add to the current search path. |
For Windows, the path should be a list of directories separated by semicolons (;).