팩토리 » Api

xplusbrowserpath

Description

현재 실행중인 xFrame5 전용브라우저의 실제 디렉토리 경로를 반환하는 API이다.

Return Value

Type Description
STRING xFrame5 전용브라우저 경로

Remark

전용 브라우저 환경에서만 동작합니다.

Example

function btn_test_on_mouseup(objInst) { // xFrame5 전용브라우저 경로 factory.consoleprint(factory.xplusbrowserpath()); // 출력 : "C:\xFrame5\xFrame5Browser\xFrame5Browser(x64)" }

Viewer Ver.

9.1.1.1

Update Date

20250402