파일 이름 정보를 기준으로 다운로드 상태 정보를 리턴한다.
Parameters | Type | Description |
---|---|---|
strFileName | STRING | 파일 이름 |
Type | Description |
---|---|
short | 다운로드 상태 코드 |
function btn_getstatus_on_mouseup(objInst)
{
// 0번째 파일에 대한 파일 다운로드 상태 코드를 구함
var statusCode = filebox_basic.getdownloadstatus(0);
}