웹파일매니저 » Api

getlastdownfileurl

Description

다운로드한 파일의 URL을 반환한다.

Parameters

Parameters Type Description
nIndex short 파일의 인덱스

Return Value

Type Description
STRING 파일의 주소

Example

function btn_getlastdownfileurl_on_mouseup() { screen.alert(webfile.getlastdownfileurl(1)); }

Viewer Ver.

9.1.1.1

Update Date

20161020