Member of the support class.
path2rc
c = path2rc
c = path2rc(a)
Saves the current path list to a file.
| Name | Description |
| a | Specifies the filename relative to the current working directory. If you do not specify a, LabVIEW saves the current path to 'path.txt' in the current working directory. a is a string. |
| Name | Description | ||||
| c | Returns the status of the save process. c is an integer that can return the following values.
|
Changes you make to the search path list using the path function apply only to the current instance of the LabVIEW MathScript Window or the MathScript Node from which you call the function. Changes to the search path list for one MathScript Node do not apply to any other MathScript Nodes. LabVIEW resets the search path list to the default when you close the LabVIEW MathScript Window or when the MathScript Node stops executing. Use the MathScript: Search Paths Options page to change the default search path list.
This function is not supported in the LabVIEW Run-Time Engine. Do not use this function in a stand-alone application or shared library.