|
FireSync API
|
| kStatus kTar_BeginRead | ( | kTar | tar, |
| kChar * | itemPath, | ||
| kSize | itemPathCapacity, | ||
| kBool * | isDirectory, | ||
| k64u * | fileSize | ||
| ) |
Seeks to the next item in a kTar object opened in read mode.
| tar | kTar object. |
| itemPath | Receives the name of the item. |
| itemPathCapacity | Maximum number of characters (including null terminator) for item name. |
| isDirectory | Receives if item is a directory. |
| fileSize | Receives size of the item. |