Redirects the location of the element library ‘Custom’ folder and reloads the contents of the folder.
Syntax |
Description |
---|---|
loadcustom (path); |
Redirects the location of the element library ‘Custom’ folder to a user defined ‘path’. It also reloads the contents of the ‘Custom’ folder in the element library. |
Example
#Redirects the location of the element library ‘Custom’ folder and reloads the contents of the folder from the path #"C:/Users/xxx" loadcustom("C:/Users/xxx");
See Also