VS:PythonGetSearchPath/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

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

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

Return Value

複数のパスをセミコロンで区切って返します。Open関数の引数のパスと同様のパスです。

Version

Availability: from Vectorworks 2014

See Also

VS Functions:

VS:PythonSetSearchPath | VS:PythonExecute

VS Functions:

[[VS:PythonSetSearchPath]]

| [[VS:PythonExecute]]