//sample.js //現在開いているファイル名 var oWsh = new ActiveXObject("WScript.Shell"); oWsh.Popup('ファイル名は"' + GetFilename + '"です', 0, "ファイル名", 0);
//sample.ppa MessageBox(S_GetFilename, '現在のファイル名', 0);