Microsoft SDK for Java

addSearchPath

This method of the Direct3dRM Class adds a list of directories to the end of the current file search path.

Syntax

public void addSearchPath(String name);

Parameters

name A string specifying the path to add to the current search path.

Remarks

For Windows, the path should be a list of directories separated by semicolons (;).

See Also

setSearchPath

© 1999 Microsoft Corporation. All rights reserved. Terms of use.