On Mon, Jul 23, 2007 at 10:06:04AM -0600, jordan.crouse@amd.com wrote:
- Write a buffer to a file - this is used to write blobs from a
LAR archive
How are blobs different from other files in larfiles?
- mkdirp((const char *) dirname(path), 0755);
Please use mkdirp_below() and pass "." for the parent parameter.
//Peter