VS:PythonGetSearchPath/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 03:15, 16 January 2014

.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]]