|
FireSync API
|
Recursively adds a directory and its contents to an archive.
This convenience method recursively adds items from the directory path, using itemPath as the relative base directory name within the tar archive. It can be used in place of multiple kTar_BeginWrite() calls and associated streaming operations.
| tar | kTar object. |
| itemPath | Relative path of the directory item in the kTar object. |
| directoryPath | File system path of the source directory to be added. |