![]() | Download Help (Windows Only) |
Owning Class: support
Requires: MathScript RT Module
pathremove(dir1)
pathremove(dir1, dir2, ...)
p = pathremove(dir1)
p = pathremove(dir1, dir2, ...)
Legacy Name: rmpath
Removes directories from the search path list.
Name | Description |
---|---|
dir1 | Specifies a directory you want to remove. dir1 is a string. |
dir2 | Specifies a directory you want to remove. dir2 is a string. |
Name | Description |
---|---|
p | Returns the list of all current search paths. |
Changes you make to the search path list using this 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 page of the LabVIEW MathScript Properties dialog box to change the default search path list for the LabVIEW MathScript Window. Use the MathScript page of the Options dialog box to change the default search path list for MathScript Nodes in the main application instance.
The following table lists the support characteristics of this function.
Causes reduced performance (![]() |
Yes (if you supply input) |
Supported in the LabVIEW Run-Time Engine | No |
Supported on RT targets | No |
pathremove('C:\Program Files\National Instruments')
Helpful
Not Helpful