Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 612 Bytes

File metadata and controls

29 lines (22 loc) · 612 Bytes

PythonSetSearchPath

Description

Set the search path for python files.

PROCEDURE PythonSetSearchPath(pathList : DYNARRAY[] of CHAR);
def vs.PythonSetSearchPath(pathList):
    return None

Parameters

Name Type Description
pathList DYNARRAY[] of CHAR A string of semicolon delimited paths. The path it similar to the 'Open' function path parameter.

See Also

VS Functions: PythonGetSearchPath | PythonExecute

Version

Availability: from Vectorworks 2014

Category