Get file size and digest information.Documentation Index
Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
Use this file to discover all available pages before exploring further.
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 |