Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| apFilePath | String | Yes | File path |
| digestAlgorithm | String | No | Hash algorithm: md5 or sha1 |
| success | Function | No | Callback with file info |
| fail | Function | No | Callback on failure |
| complete | Function | No | Callback that always executes |
Success Callback
| Property | Type | Description |
|---|---|---|
| size | Number | File size in bytes |
| digest | String | File hash digest |