my.saveFile.
Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| apFilePath | String | Yes | Saved file path |
| success | Function | No | Callback with 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 |
| createTime | Number | Creation timestamp |