팩토리 » Api

xpluscreatefolder

Description

폴더를 생성한다.

Parameters

Parameters Type Description
strFolderPath STRING 생성할 폴더 경로와 이름

Return Value

Type Description
BOOL 정상 적용 여부(true, false)

Remark

윈도우 비스타 계열 OS에서는 시스템 관련 디렉토리에는 폴더를 생성 할 수 없다.
예) C:\ , C:\Windows, C:\Program Files

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

Example

function btnCreatefolder_on_mouseup() { var bResult = factory.xpluscreatefolder("c:\\xFrame\\Sample"); screen.alert("Result : " + bResult); }

See Also

xplusdeletefolder

Viewer Ver.

9.1.1.1

Update Date

20210831