|
FireSync API
|
Convenience method to read a file from an archive and save it to a file system path.
This method reads a file from an archive. It can be used instead of kTar streaming operations after calling kTar_BeginRead (or kTar_Find) to save a tar file item directly to a local file.
| tar | kTar object. |
| filePath | Relative path of the item in the kTar object. |
| fileSize | Size of the item. |