VS:PythonSetSearchPath/ja

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Pythonファイルの検索パスを設定します。

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

Parameters

pathList DYNARRAY[] of CHAR 複数のパスをセミコロンで区切った文字列を渡します。Open関数の引数のパスと同様のパスです。

Version

Availability: from Vectorworks 2014

See Also

VS Functions:

VS:PythonGetSearchPath | VS:PythonExecute

VS Functions:

[[VS:PythonGetSearchPath]]

| [[VS:PythonExecute]]