deploy시에 지정한 application path를 가져오는 API이다.
function btnGetapppath_on_mouseup() { var strPath = factory.getapppath(); screen.alert(strPath); }