Go to: Synopsis. Return value. MEL examples.
searchPathArray( string $name, string $pathArray[] )
string Full path to file. |
Variable Name | Variable Type | Description |
---|---|---|
$name | string | Name of the file being searched for |
$pathArray | string[] | Array of directory paths. |
string $path[] = { ".", "$HOME/maya/projects/default" }; searchPathArray( "workspace.mel", $path );