Set the search path for python files.
PROCEDURE PythonSetSearchPath(pathList : DYNARRAY[] of CHAR);def vs.PythonSetSearchPath(pathList):
return None| Name | Type | Description |
|---|---|---|
| pathList | DYNARRAY[] of CHAR | A string of semicolon delimited paths. The path it similar to the 'Open' function path parameter. |
PythonSetSearchPath(pathList);import vs
# Set the search path for python files.
pathList = 'C:/Temp'
vs.PythonSetSearchPath(pathList)VS Functions: PythonGetSearchPath | PythonExecute
Availability: from Vectorworks 2014