SetSearchPath()
Summary
Specifies the search path used by the platform to locate files.
Syntax
SetSearchPath(string path)
| Argument | Contents |
|---|---|
| path | A semicolon-separated list of full path specifications |
Notes
-
If the CALIPER_PATH environment variable also contains a path, the path passed to SetSearchPath() is searched first.
-
The specified path replaces any previous path passed to SetSearchPath(); it is not appended to it.
Example
SetSearchPath("c:\\data\\;f:\\shared\\;d:\\myfiles\\cdffiles\\")