プロジェクトファイル名を指定してプロジェクトを読み込みます。
namespace ExplorerPane { getProject(): string; }
プロジェクトのファイルのフルパスを返す。 失敗した場合、空文字を返す。
debuginfo(2); var filepath = ExplorerPane.getProject(); console.log(filepath);