다운로드 파일 이름을 지정하는 API이다.
Parameters | Type | Description |
---|---|---|
strFileName | STRING | 다운로드 파일 이름 |
Type | Description |
---|---|
void |
function btnGetDownloadFileName_on_mouseup(objInst)
{
// 지정한 다운로드 파일 이름을 가져온다.
var strFileName = anchor.getanchordownloadfilename();
factory.consoleprint("strFileName = " + strFileName);
}