コンテンツにスキップ

GetPythonUserLibPath()#

GetPythonUserLibPath()#

ユーザーフォルダに作成されるPythonのLibディレクトリのpathを取得します。

パラメータ#

戻り値#

string

ユーザーフォルダに作成されるPythonのLibディレクトリのpath

コメント#

ユーザーフォルダの下記ディレクトリのパスを取得します。

AppData\Roaming\imagic\vrmnx\python\Lib\

サンプル#

1
path = vrmapi.SYSTEM().GetPythonUserLibPath()