Return the search path for python files.
FUNCTION PythonGetSearchPath : DYNARRAY[] of CHAR;def vs.PythonGetSearchPath():
return DYNARRAY[] of CHARresult := PythonGetSearchPath;import vs
# Return the search path for python files.
text = vs.PythonGetSearchPath()
vs.Message('PythonGetSearchPath returned: ' + str(text))VS Functions: PythonSetSearchPath | PythonExecute
Availability: from Vectorworks 2014