PathList
PathList (matchStr, separatorStr, optionsStr)
The PathList function returns a string containing a list of symbolic paths selected based on the matchStr parameter.
Details
For a path name to appear in the output string, it must match matchStr. separatorStr is appended to each path name as the output string is generated.
PathList works like the WaveList function, except that the optionsStr parameter is reserved for future use. Pass "" for it.
Examples
When a new experiment is created there is only one path:
Print PathList("*",";","")
Prints the following in the history area:
Igor;
See Also
WaveList for an explanation of the matchStr and separatorStr parameters and for examples.