Project.Path

説明

プロジェクトが格納されているディレクトリの名前をとしてString戻します。

C#構文

// get accessor

String rtn = Project.Path;

VBScript の例

'

'	This example displays the path of the active project

'

LogMessage ActiveProject2.Path