Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 644 Bytes

File metadata and controls

36 lines (28 loc) · 644 Bytes

PythonGetSearchPath

Description

Return the search path for python files.

FUNCTION PythonGetSearchPath : DYNARRAY[] of CHAR;
def vs.PythonGetSearchPath():
    return DYNARRAY[] of CHAR

Examples

result := PythonGetSearchPath;
import vs

# Return the search path for python files.
text = vs.PythonGetSearchPath()
vs.Message('PythonGetSearchPath returned: ' + str(text))

See Also

VS Functions: PythonSetSearchPath | PythonExecute

Version

Availability: from Vectorworks 2014

Category