(file, relativePath)
| 7462 | |
| 7463 | |
| 7464 | function _addFile(file, relativePath) { |
| 7465 | if (_isAcceptable(file)) { |
| 7466 | var fileObj = new File(_ruid, file); |
| 7467 | fileObj.relativePath = relativePath || ''; |
| 7468 | _files.push(fileObj); |
| 7469 | } |
| 7470 | } |
| 7471 | |
| 7472 | |
| 7473 | function _extractExts(accept) { |
no test coverage detected