|
FireSync API
|
Convenience method to find a file or directory in an archive.
This method finds a file or directory in an archive. It can be used instead of manually iterating over all items using kTar_BeginRead. Similar to kTar_BeginRead, it can only forward-seek.
| tar | kTar object. |
| itemPath | Relative path of the item in the kTar object. |
| isDirectory | Receives if object a directory. |
| fileSize | Receives size of the item. |